Html Css Color HEX #263664 Catalina Blue

📋 copy color: '#263664'

red 38 ◦ green 54 ◦ blue 100

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

Shades of Catalina Blue #263664

Tints of Catalina Blue #263664

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.13%

 BLUE value IS 100 (39.45% from 255) = 52.08%

R = 19.79%
G = 28.13%
B = 52.08%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#263664 (or 0x263664) is known color: Catalina Blue. HEX triplet: 26, 36 and 64. RGB value is (38,54,100). Sum of RGB (Red+Green+Blue) = 38+54+100=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 100 (39.45% from 255 or 52.08% from 192); Max value from RGB is 100 - color contains mainly: blue. Hex color #263664 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263664 is #D9C99B. Grayscale: #363636. Windows color (decimal): -14272924 or 6567462. OLE color: 6567462.

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

Color convert

RGB 38 54 100 -
CMYK 0.62 0.46 0 0.61
HSL 224.52º 0.45% 0.27% -
HSV(B) 224.52º 0.62% 0.39% -
XYZ 4.42 3.97 12.59 -
YUV 54.46 153.7 116.26 -
System Red Green Blue C M Y K H S L
Decimal 38 54 100 0.62 0.46 0 0.61 224.52 0.45 0.27
Hex 26 36 64 3E 2E 0 3D E1 2D 1B
Octal 46 66 144 76 56 0 75 341 55 33
Binary 100110 110110 1100100 111110 101110 0 111101 11100001 101101 11011

Color Harmonies of #263664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263664

Black with #263664

Text Example


Text Example

White with #263664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263664; }

 p { color: rgb(38,54,100); }

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

background-color css

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

 a { background-color: rgb(38,54,100); }

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

border-color css

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

 span { border-color: rgb(38,54,100); }

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