Html Css Color HEX #1F3552 Catalina Blue

📋 copy color: '#1F3552'

red 31 ◦ green 53 ◦ blue 82

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

Shades of Catalina Blue #1F3552

Tints of Catalina Blue #1F3552

RGB

 RED value IS 31 (12.5% from 255) = 18.67%

 GREEN value IS 53 (21.09% from 255) = 31.93%

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

R = 18.67%
G = 31.93%
B = 49.4%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1F3552 (or 0x1F3552) is known color: Catalina Blue. HEX triplet: 1F, 35 and 52. RGB value is (31,53,82). Sum of RGB (Red+Green+Blue) = 31+53+82=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 82 (32.42% from 255 or 49.40% from 166); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F3552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3552 is #E0CAAD. Grayscale: #313131. Windows color (decimal): -14731950 or 5387551. OLE color: 5387551.

HSL color Cylindrical-coordinate representation of color #1F3552: hue angle of 214.12º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F3552 is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 31 53 82 -
CMYK 0.62 0.35 0 0.68
HSL 214.12º 0.45% 0.22% -
HSV(B) 214.12º 0.62% 0.32% -
XYZ 3.36 3.45 8.47 -
YUV 49.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 31 53 82 0.62 0.35 0 0.68 214.12 0.45 0.22
Hex 1F 35 52 3E 23 0 44 D6 2D 16
Octal 37 65 122 76 43 0 104 326 55 26
Binary 11111 110101 1010010 111110 100011 0 1000100 11010110 101101 10110

Color Harmonies of #1F3552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3552

Black with #1F3552

Text Example


Text Example

White with #1F3552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F3552; }

 p { color: rgb(31,53,82); }

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

background-color css

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

 a { background-color: rgb(31,53,82); }

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

border-color css

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

 span { border-color: rgb(31,53,82); }

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