Html Css Color HEX #264369 Catalina Blue

📋 copy color: '#264369'

red 38 ◦ green 67 ◦ blue 105

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

Shades of Catalina Blue #264369

Tints of Catalina Blue #264369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 50%

R = 18.1%
G = 31.9%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#264369 (or 0x264369) is known color: Catalina Blue. HEX triplet: 26, 43 and 69. RGB value is (38,67,105). Sum of RGB (Red+Green+Blue) = 38+67+105=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 67 (26.56% from 255 or 31.90% from 210); Blue value is 105 (41.41% from 255 or 50% from 210); Max value from RGB is 105 - color contains mainly: blue. Hex color #264369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264369 is #D9BC96. Grayscale: #3E3E3E. Windows color (decimal): -14269591 or 6898470. OLE color: 6898470.

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

Color convert

RGB 38 67 105 -
CMYK 0.64 0.36 0 0.59
HSL 214.03º 0.47% 0.28% -
HSV(B) 214.03º 0.64% 0.41% -
XYZ 5.36 5.45 14.13 -
YUV 62.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 38 67 105 0.64 0.36 0 0.59 214.03 0.47 0.28
Hex 26 43 69 40 24 0 3B D6 2F 1C
Octal 46 103 151 100 44 0 73 326 57 34
Binary 100110 1000011 1101001 1000000 100100 0 111011 11010110 101111 11100

Color Harmonies of #264369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264369

Black with #264369

Text Example


Text Example

White with #264369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264369; }

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

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

background-color css

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

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

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

border-color css

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

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

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