Html Css Color HEX #1F3352 Catalina Blue

📋 copy color: '#1F3352'

red 31 ◦ green 51 ◦ blue 82

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

Shades of Catalina Blue #1F3352

Tints of Catalina Blue #1F3352

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.1%

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

R = 18.9%
G = 31.1%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1F3352 (or 0x1F3352) is known color: Catalina Blue. HEX triplet: 1F, 33 and 52. RGB value is (31,51,82). Sum of RGB (Red+Green+Blue) = 31+51+82=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 51 (20.31% from 255 or 31.10% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F3352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3352 is #E0CCAD. Grayscale: #303030. Windows color (decimal): -14732462 or 5387039. OLE color: 5387039.

HSL color Cylindrical-coordinate representation of color #1F3352: hue angle of 216.47º 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 #1F3352 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 31 51 82 -
CMYK 0.62 0.38 0 0.68
HSL 216.47º 0.45% 0.22% -
HSV(B) 216.47º 0.62% 0.32% -
XYZ 3.27 3.27 8.44 -
YUV 48.55 146.87 115.48 -
System Red Green Blue C M Y K H S L
Decimal 31 51 82 0.62 0.38 0 0.68 216.47 0.45 0.22
Hex 1F 33 52 3E 26 0 44 D8 2D 16
Octal 37 63 122 76 46 0 104 330 55 26
Binary 11111 110011 1010010 111110 100110 0 1000100 11011000 101101 10110

Color Harmonies of #1F3352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3352

Black with #1F3352

Text Example


Text Example

White with #1F3352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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