Html Css Color HEX #1F3756 Catalina Blue

📋 copy color: '#1F3756'

red 31 ◦ green 55 ◦ blue 86

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

Shades of Catalina Blue #1F3756

Tints of Catalina Blue #1F3756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.98%

 BLUE value IS 86 (33.98% from 255) = 50%

R = 18.02%
G = 31.98%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1F3756 (or 0x1F3756) is known color: Catalina Blue. HEX triplet: 1F, 37 and 56. RGB value is (31,55,86). Sum of RGB (Red+Green+Blue) = 31+55+86=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 86 (33.98% from 255 or 50% from 172); Max value from RGB is 86 - color contains mainly: blue. Hex color #1F3756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3756 is #E0C8A9. Grayscale: #333333. Windows color (decimal): -14731434 or 5650207. OLE color: 5650207.

HSL color Cylindrical-coordinate representation of color #1F3756: hue angle of 213.82º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F3756 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 31 55 86 -
CMYK 0.64 0.36 0 0.66
HSL 213.82º 0.47% 0.23% -
HSV(B) 213.82º 0.64% 0.34% -
XYZ 3.61 3.7 9.33 -
YUV 51.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 31 55 86 0.64 0.36 0 0.66 213.82 0.47 0.23
Hex 1F 37 56 40 24 0 42 D6 2F 17
Octal 37 67 126 100 44 0 102 326 57 27
Binary 11111 110111 1010110 1000000 100100 0 1000010 11010110 101111 10111

Color Harmonies of #1F3756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3756

Black with #1F3756

Text Example


Text Example

White with #1F3756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,55,86); }

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

background-color css

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

 a { background-color: rgb(31,55,86); }

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

border-color css

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

 span { border-color: rgb(31,55,86); }

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