Html Css Color HEX #263952 Catalina Blue

📋 copy color: '#263952'

red 38 ◦ green 57 ◦ blue 82

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

Shades of Catalina Blue #263952

Tints of Catalina Blue #263952

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.2%

 BLUE value IS 82 (32.42% from 255) = 46.33%

R = 21.47%
G = 32.2%
B = 46.33%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#263952 (or 0x263952) is known color: Catalina Blue. HEX triplet: 26, 39 and 52. RGB value is (38,57,82). Sum of RGB (Red+Green+Blue) = 38+57+82=177 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.47% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #263952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263952 is #D9C6AD. Grayscale: #363636. Windows color (decimal): -14272174 or 5388582. OLE color: 5388582.

HSL color Cylindrical-coordinate representation of color #263952: hue angle of 214.09º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #263952 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 38 57 82 -
CMYK 0.54 0.30 0 0.68
HSL 214.09º 0.37% 0.24% -
HSV(B) 214.09º 0.54% 0.32% -
XYZ 3.79 3.95 8.55 -
YUV 54.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 38 57 82 0.54 0.30 0 0.68 214.09 0.37 0.24
Hex 26 39 52 36 1E 0 44 D6 25 18
Octal 46 71 122 66 36 0 104 326 45 30
Binary 100110 111001 1010010 110110 11110 0 1000100 11010110 100101 11000

Color Harmonies of #263952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263952

Black with #263952

Text Example


Text Example

White with #263952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263952; }

 p { color: rgb(38,57,82); }

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

background-color css

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

 a { background-color: rgb(38,57,82); }

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

border-color css

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

 span { border-color: rgb(38,57,82); }

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