Html Css Color HEX #263755 Catalina Blue

📋 copy color: '#263755'

red 38 ◦ green 55 ◦ blue 85

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

Shades of Catalina Blue #263755

Tints of Catalina Blue #263755

RGB

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

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

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

R = 21.35%
G = 30.9%
B = 47.75%

CMYK

 C value IS 0.55

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#263755 (or 0x263755) is known color: Catalina Blue. HEX triplet: 26, 37 and 55. RGB value is (38,55,85). Sum of RGB (Red+Green+Blue) = 38+55+85=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #263755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263755 is #D9C8AA. Grayscale: #353535. Windows color (decimal): -14272683 or 5584678. OLE color: 5584678.

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

Color convert

RGB 38 55 85 -
CMYK 0.55 0.35 0 0.67
HSL 218.3º 0.38% 0.24% -
HSV(B) 218.3º 0.55% 0.33% -
XYZ 3.81 3.8 9.13 -
YUV 53.34 145.87 117.06 -
System Red Green Blue C M Y K H S L
Decimal 38 55 85 0.55 0.35 0 0.67 218.3 0.38 0.24
Hex 26 37 55 37 23 0 43 DA 26 18
Octal 46 67 125 67 43 0 103 332 46 30
Binary 100110 110111 1010101 110111 100011 0 1000011 11011010 100110 11000

Color Harmonies of #263755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263755

Black with #263755

Text Example


Text Example

White with #263755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263755; }

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

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

background-color css

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

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

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

border-color css

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

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

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