Html Css Color HEX #263C55 Catalina Blue

📋 copy color: '#263C55'

red 38 ◦ green 60 ◦ blue 85

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

Shades of Catalina Blue #263C55

Tints of Catalina Blue #263C55

RGB

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

 GREEN value IS 60 (23.83% from 255) = 32.79%

 BLUE value IS 85 (33.59% from 255) = 46.45%

R = 20.77%
G = 32.79%
B = 46.45%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#263C55 (or 0x263C55) is known color: Catalina Blue. HEX triplet: 26, 3C and 55. RGB value is (38,60,85). Sum of RGB (Red+Green+Blue) = 38+60+85=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #263C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263C55 is #D9C3AA. Grayscale: #383838. Windows color (decimal): -14271403 or 5585958. OLE color: 5585958.

HSL color Cylindrical-coordinate representation of color #263C55: hue angle of 211.91º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #263C55 is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 60 85 -
CMYK 0.55 0.29 0 0.67
HSL 211.91º 0.38% 0.24% -
HSV(B) 211.91º 0.55% 0.33% -
XYZ 4.05 4.3 9.21 -
YUV 56.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 38 60 85 0.55 0.29 0 0.67 211.91 0.38 0.24
Hex 26 3C 55 37 1D 0 43 D4 26 18
Octal 46 74 125 67 35 0 103 324 46 30
Binary 100110 111100 1010101 110111 11101 0 1000011 11010100 100110 11000

Color Harmonies of #263C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263C55

Black with #263C55

Text Example


Text Example

White with #263C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,60,85); }

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

background-color css

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

 a { background-color: rgb(38,60,85); }

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

border-color css

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

 span { border-color: rgb(38,60,85); }

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