Html Css Color HEX #263760 Catalina Blue

📋 copy color: '#263760'

red 38 ◦ green 55 ◦ blue 96

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

Shades of Catalina Blue #263760

Tints of Catalina Blue #263760

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.1%

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

R = 20.11%
G = 29.1%
B = 50.79%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#263760 (or 0x263760) is known color: Catalina Blue. HEX triplet: 26, 37 and 60. RGB value is (38,55,96). Sum of RGB (Red+Green+Blue) = 38+55+96=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #263760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263760 is #D9C89F. Grayscale: #363636. Windows color (decimal): -14272672 or 6305574. OLE color: 6305574.

HSL color Cylindrical-coordinate representation of color #263760: hue angle of 222.41º 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 #263760 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 38 55 96 -
CMYK 0.60 0.43 0 0.62
HSL 222.41º 0.43% 0.26% -
HSV(B) 222.41º 0.6% 0.38% -
XYZ 4.28 3.99 11.61 -
YUV 54.59 151.37 116.17 -
System Red Green Blue C M Y K H S L
Decimal 38 55 96 0.60 0.43 0 0.62 222.41 0.43 0.26
Hex 26 37 60 3C 2B 0 3E DE 2B 1A
Octal 46 67 140 74 53 0 76 336 53 32
Binary 100110 110111 1100000 111100 101011 0 111110 11011110 101011 11010

Color Harmonies of #263760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263760

Black with #263760

Text Example


Text Example

White with #263760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263760; }

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

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

background-color css

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

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

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

border-color css

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

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

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