Html Css Color HEX #263E66 Catalina Blue

📋 copy color: '#263E66'

red 38 ◦ green 62 ◦ blue 102

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

Shades of Catalina Blue #263E66

Tints of Catalina Blue #263E66

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.69%

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

R = 18.81%
G = 30.69%
B = 50.5%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#263E66 (or 0x263E66) is known color: Catalina Blue. HEX triplet: 26, 3E and 66. RGB value is (38,62,102). Sum of RGB (Red+Green+Blue) = 38+62+102=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #263E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263E66 is #D9C199. Grayscale: #3B3B3B. Windows color (decimal): -14270874 or 6700582. OLE color: 6700582.

HSL color Cylindrical-coordinate representation of color #263E66: hue angle of 217.5º 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 #263E66 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 62 102 -
CMYK 0.63 0.39 0 0.6
HSL 217.5º 0.46% 0.27% -
HSV(B) 217.5º 0.63% 0.4% -
XYZ 4.92 4.82 13.24 -
YUV 59.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 38 62 102 0.63 0.39 0 0.6 217.5 0.46 0.27
Hex 26 3E 66 3F 27 0 3C DA 2E 1B
Octal 46 76 146 77 47 0 74 332 56 33
Binary 100110 111110 1100110 111111 100111 0 111100 11011010 101110 11011

Color Harmonies of #263E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263E66

Black with #263E66

Text Example


Text Example

White with #263E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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