Html Css Color HEX #264461 Regal Blue

📋 copy color: '#264461'

red 38 ◦ green 68 ◦ blue 97

#264461
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regal Blue #264461

Tints of Regal Blue #264461

RGB

 RED value IS 38 (15.23% from 255) = 18.72%

 GREEN value IS 68 (26.95% from 255) = 33.5%

 BLUE value IS 97 (38.28% from 255) = 47.78%

R = 18.72%
G = 33.5%
B = 47.78%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#264461 (or 0x264461) is known color: Regal Blue. HEX triplet: 26, 44 and 61. RGB value is (38,68,97). Sum of RGB (Red+Green+Blue) = 38+68+97=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #264461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264461 is #D9BB9E. Grayscale: #3E3E3E. Windows color (decimal): -14269343 or 6374438. OLE color: 6374438.

HSL color Cylindrical-coordinate representation of color #264461: hue angle of 209.49º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #264461 is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 68 97 -
CMYK 0.61 0.30 0 0.62
HSL 209.49º 0.44% 0.26% -
HSV(B) 209.49º 0.61% 0.38% -
XYZ 5.02 5.41 12.09 -
YUV 62.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 38 68 97 0.61 0.30 0 0.62 209.49 0.44 0.26
Hex 26 44 61 3D 1E 0 3E D1 2C 1A
Octal 46 104 141 75 36 0 76 321 54 32
Binary 100110 1000100 1100001 111101 11110 0 111110 11010001 101100 11010

Color Harmonies of #264461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264461

Black with #264461

Text Example


Text Example

White with #264461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264461; }

 p { color: rgb(38,68,97); }

 H1.HeaderClassName
 {
   color: #264461;
 }
 .AnyTagClassName
 {
   color: #264461;
 }
</style>

background-color css

<style>
 a { background-color: #264461; }

 a { background-color: rgb(38,68,97); }

 div.DivClassName
 {
   background-color: #264461;
 }
 .BgClassName
 {
   background-color: #264461;
 }
</style>

border-color css

<style>
 span { border-color: #264461; }

 span { border-color: rgb(38,68,97); }

 td.TdClassName
 {
   border-color: #264461;
 }
 .TagClassName
 {
   border-color: #264461;
 }
</style>