Html Css Color HEX #264168 Catalina Blue

📋 copy color: '#264168'

red 38 ◦ green 65 ◦ blue 104

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

Shades of Catalina Blue #264168

Tints of Catalina Blue #264168

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.4%

 BLUE value IS 104 (41.02% from 255) = 50.24%

R = 18.36%
G = 31.4%
B = 50.24%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#264168 (or 0x264168) is known color: Catalina Blue. HEX triplet: 26, 41 and 68. RGB value is (38,65,104). Sum of RGB (Red+Green+Blue) = 38+65+104=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #264168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264168 is #D9BE97. Grayscale: #3D3D3D. Windows color (decimal): -14270104 or 6832422. OLE color: 6832422.

HSL color Cylindrical-coordinate representation of color #264168: hue angle of 215.45º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #264168 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 65 104 -
CMYK 0.63 0.38 0 0.59
HSL 215.45º 0.46% 0.28% -
HSV(B) 215.45º 0.63% 0.41% -
XYZ 5.19 5.19 13.83 -
YUV 61.37 152.05 111.33 -
System Red Green Blue C M Y K H S L
Decimal 38 65 104 0.63 0.38 0 0.59 215.45 0.46 0.28
Hex 26 41 68 3F 26 0 3B D7 2E 1C
Octal 46 101 150 77 46 0 73 327 56 34
Binary 100110 1000001 1101000 111111 100110 0 111011 11010111 101110 11100

Color Harmonies of #264168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264168

Black with #264168

Text Example


Text Example

White with #264168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264168; }

 p { color: rgb(38,65,104); }

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

background-color css

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

 a { background-color: rgb(38,65,104); }

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

border-color css

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

 span { border-color: rgb(38,65,104); }

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