Html Css Color HEX #264362 Catalina Blue

📋 copy color: '#264362'

red 38 ◦ green 67 ◦ blue 98

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

Shades of Catalina Blue #264362

Tints of Catalina Blue #264362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33%

 BLUE value IS 98 (38.67% from 255) = 48.28%

R = 18.72%
G = 33%
B = 48.28%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#264362 (or 0x264362) is known color: Catalina Blue. HEX triplet: 26, 43 and 62. RGB value is (38,67,98). Sum of RGB (Red+Green+Blue) = 38+67+98=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #264362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264362 is #D9BC9D. Grayscale: #3D3D3D. Windows color (decimal): -14269598 or 6439718. OLE color: 6439718.

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

Color convert

RGB 38 67 98 -
CMYK 0.61 0.32 0 0.62
HSL 211º 0.44% 0.27% -
HSV(B) 211º 0.61% 0.38% -
XYZ 5.01 5.31 12.32 -
YUV 61.86 148.39 110.98 -
System Red Green Blue C M Y K H S L
Decimal 38 67 98 0.61 0.32 0 0.62 211 0.44 0.27
Hex 26 43 62 3D 20 0 3E D3 2C 1B
Octal 46 103 142 75 40 0 76 323 54 33
Binary 100110 1000011 1100010 111101 100000 0 111110 11010011 101100 11011

Color Harmonies of #264362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264362

Black with #264362

Text Example


Text Example

White with #264362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264362; }

 p { color: rgb(38,67,98); }

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

background-color css

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

 a { background-color: rgb(38,67,98); }

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

border-color css

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

 span { border-color: rgb(38,67,98); }

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