Html Css Color HEX #263B55 Catalina Blue

📋 copy color: '#263B55'

red 38 ◦ green 59 ◦ blue 85

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

Shades of Catalina Blue #263B55

Tints of Catalina Blue #263B55

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.42%

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

R = 20.88%
G = 32.42%
B = 46.7%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#263B55 (or 0x263B55) is known color: Catalina Blue. HEX triplet: 26, 3B and 55. RGB value is (38,59,85). Sum of RGB (Red+Green+Blue) = 38+59+85=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #263B55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263B55 is #D9C4AA. Grayscale: #373737. Windows color (decimal): -14271659 or 5585702. OLE color: 5585702.

HSL color Cylindrical-coordinate representation of color #263B55: hue angle of 213.19º 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 #263B55 is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 38 59 85 -
CMYK 0.55 0.31 0 0.67
HSL 213.19º 0.38% 0.24% -
HSV(B) 213.19º 0.55% 0.33% -
XYZ 4 4.2 9.19 -
YUV 55.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 38 59 85 0.55 0.31 0 0.67 213.19 0.38 0.24
Hex 26 3B 55 37 1F 0 43 D5 26 18
Octal 46 73 125 67 37 0 103 325 46 30
Binary 100110 111011 1010101 110111 11111 0 1000011 11010101 100110 11000

Color Harmonies of #263B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263B55

Black with #263B55

Text Example


Text Example

White with #263B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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