Html Css Color HEX #1F3451 Catalina Blue

📋 copy color: '#1F3451'

red 31 ◦ green 52 ◦ blue 81

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

Shades of Catalina Blue #1F3451

Tints of Catalina Blue #1F3451

RGB

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

 GREEN value IS 52 (20.7% from 255) = 31.71%

 BLUE value IS 81 (32.03% from 255) = 49.39%

R = 18.9%
G = 31.71%
B = 49.39%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1F3451 (or 0x1F3451) is known color: Catalina Blue. HEX triplet: 1F, 34 and 51. RGB value is (31,52,81). Sum of RGB (Red+Green+Blue) = 31+52+81=164 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.90% from 164); Green value is 52 (20.70% from 255 or 31.71% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F3451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3451 is #E0CBAE. Grayscale: #303030. Windows color (decimal): -14732207 or 5321759. OLE color: 5321759.

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

Color convert

RGB 31 52 81 -
CMYK 0.62 0.36 0 0.68
HSL 214.8º 0.45% 0.22% -
HSV(B) 214.8º 0.62% 0.32% -
XYZ 3.28 3.34 8.26 -
YUV 49.03 146.04 115.14 -
System Red Green Blue C M Y K H S L
Decimal 31 52 81 0.62 0.36 0 0.68 214.8 0.45 0.22
Hex 1F 34 51 3E 24 0 44 D7 2D 16
Octal 37 64 121 76 44 0 104 327 55 26
Binary 11111 110100 1010001 111110 100100 0 1000100 11010111 101101 10110

Color Harmonies of #1F3451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3451

Black with #1F3451

Text Example


Text Example

White with #1F3451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,52,81); }

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

background-color css

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

 a { background-color: rgb(31,52,81); }

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

border-color css

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

 span { border-color: rgb(31,52,81); }

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