Html Css Color HEX #253852 Catalina Blue

📋 copy color: '#253852'

red 37 ◦ green 56 ◦ blue 82

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

Shades of Catalina Blue #253852

Tints of Catalina Blue #253852

RGB

 RED value IS 37 (14.84% from 255) = 21.14%

 GREEN value IS 56 (22.27% from 255) = 32%

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

R = 21.14%
G = 32%
B = 46.86%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#253852 (or 0x253852) is known color: Catalina Blue. HEX triplet: 25, 38 and 52. RGB value is (37,56,82). Sum of RGB (Red+Green+Blue) = 37+56+82=175 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.14% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 82 (32.42% from 255 or 46.86% from 175); Max value from RGB is 82 - color contains mainly: blue. Hex color #253852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #253852 is #DAC7AD. Grayscale: #353535. Windows color (decimal): -14337966 or 5388325. OLE color: 5388325.

HSL color Cylindrical-coordinate representation of color #253852: hue angle of 214.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #253852 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 56 82 -
CMYK 0.55 0.32 0 0.68
HSL 214.67º 0.38% 0.23% -
HSV(B) 214.67º 0.55% 0.32% -
XYZ 3.7 3.83 8.53 -
YUV 53.28 144.21 116.39 -
System Red Green Blue C M Y K H S L
Decimal 37 56 82 0.55 0.32 0 0.68 214.67 0.38 0.23
Hex 25 38 52 37 20 0 44 D7 26 17
Octal 45 70 122 67 40 0 104 327 46 27
Binary 100101 111000 1010010 110111 100000 0 1000100 11010111 100110 10111

Color Harmonies of #253852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253852

Black with #253852

Text Example


Text Example

White with #253852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253852; }

 p { color: rgb(37,56,82); }

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

background-color css

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

 a { background-color: rgb(37,56,82); }

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

border-color css

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

 span { border-color: rgb(37,56,82); }

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