Html Css Color HEX #263F66 Catalina Blue

📋 copy color: '#263F66'

red 38 ◦ green 63 ◦ blue 102

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

Shades of Catalina Blue #263F66

Tints of Catalina Blue #263F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 50.25%

R = 18.72%
G = 31.03%
B = 50.25%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#263F66 (or 0x263F66) is known color: Catalina Blue. HEX triplet: 26, 3F and 66. RGB value is (38,63,102). Sum of RGB (Red+Green+Blue) = 38+63+102=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #263F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263F66 is #D9C099. Grayscale: #3B3B3B. Windows color (decimal): -14270618 or 6700838. OLE color: 6700838.

HSL color Cylindrical-coordinate representation of color #263F66: hue angle of 216.56º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #263F66 is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 63 102 -
CMYK 0.63 0.38 0 0.6
HSL 216.56º 0.46% 0.27% -
HSV(B) 216.56º 0.63% 0.4% -
XYZ 4.98 4.93 13.26 -
YUV 59.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 38 63 102 0.63 0.38 0 0.6 216.56 0.46 0.27
Hex 26 3F 66 3F 26 0 3C D9 2E 1B
Octal 46 77 146 77 46 0 74 331 56 33
Binary 100110 111111 1100110 111111 100110 0 111100 11011001 101110 11011

Color Harmonies of #263F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263F66

Black with #263F66

Text Example


Text Example

White with #263F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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