Html Css Color HEX #263660 Catalina Blue

📋 copy color: '#263660'

red 38 ◦ green 54 ◦ blue 96

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

Shades of Catalina Blue #263660

Tints of Catalina Blue #263660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.06%

R = 20.21%
G = 28.72%
B = 51.06%

CMYK

 C value IS 0.60

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#263660 (or 0x263660) is known color: Catalina Blue. HEX triplet: 26, 36 and 60. RGB value is (38,54,96). Sum of RGB (Red+Green+Blue) = 38+54+96=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #263660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263660 is #D9C99F. Grayscale: #353535. Windows color (decimal): -14272928 or 6305318. OLE color: 6305318.

HSL color Cylindrical-coordinate representation of color #263660: hue angle of 223.45º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #263660 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 54 96 -
CMYK 0.60 0.44 0 0.62
HSL 223.45º 0.43% 0.26% -
HSV(B) 223.45º 0.6% 0.38% -
XYZ 4.23 3.89 11.6 -
YUV 54 151.7 116.58 -
System Red Green Blue C M Y K H S L
Decimal 38 54 96 0.60 0.44 0 0.62 223.45 0.43 0.26
Hex 26 36 60 3C 2C 0 3E DF 2B 1A
Octal 46 66 140 74 54 0 76 337 53 32
Binary 100110 110110 1100000 111100 101100 0 111110 11011111 101011 11010

Color Harmonies of #263660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263660

Black with #263660

Text Example


Text Example

White with #263660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263660; }

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

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

background-color css

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

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

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

border-color css

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

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

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