Html Css Color HEX #263F64 Catalina Blue

📋 copy color: '#263F64'

red 38 ◦ green 63 ◦ blue 100

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

Shades of Catalina Blue #263F64

Tints of Catalina Blue #263F64

RGB

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

 GREEN value IS 63 (25% from 255) = 31.34%

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

R = 18.91%
G = 31.34%
B = 49.75%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#263F64 (or 0x263F64) is known color: Catalina Blue. HEX triplet: 26, 3F and 64. RGB value is (38,63,100). Sum of RGB (Red+Green+Blue) = 38+63+100=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #263F64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F64 is #D9C09B. Grayscale: #3B3B3B. Windows color (decimal): -14270620 or 6569766. OLE color: 6569766.

HSL color Cylindrical-coordinate representation of color #263F64: hue angle of 215.81º 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 #263F64 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 38 63 100 -
CMYK 0.62 0.37 0 0.61
HSL 215.81º 0.45% 0.27% -
HSV(B) 215.81º 0.62% 0.39% -
XYZ 4.88 4.89 12.74 -
YUV 59.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 38 63 100 0.62 0.37 0 0.61 215.81 0.45 0.27
Hex 26 3F 64 3E 25 0 3D D8 2D 1B
Octal 46 77 144 76 45 0 75 330 55 33
Binary 100110 111111 1100100 111110 100101 0 111101 11011000 101101 11011

Color Harmonies of #263F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F64

Black with #263F64

Text Example


Text Example

White with #263F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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