Html Css Color HEX #1F3768 Catalina Blue

📋 copy color: '#1F3768'

red 31 ◦ green 55 ◦ blue 104

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

Shades of Catalina Blue #1F3768

Tints of Catalina Blue #1F3768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 54.74%

R = 16.32%
G = 28.95%
B = 54.74%

CMYK

 C value IS 0.70

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1F3768 (or 0x1F3768) is known color: Catalina Blue. HEX triplet: 1F, 37 and 68. RGB value is (31,55,104). Sum of RGB (Red+Green+Blue) = 31+55+104=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 55 (21.88% from 255 or 28.95% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F3768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3768 is #E0C897. Grayscale: #353535. Windows color (decimal): -14731416 or 6829855. OLE color: 6829855.

HSL color Cylindrical-coordinate representation of color #1F3768: hue angle of 220.27º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F3768 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 31 55 104 -
CMYK 0.70 0.47 0 0.59
HSL 220.27º 0.54% 0.26% -
HSV(B) 220.27º 0.7% 0.41% -
XYZ 4.43 4.02 13.64 -
YUV 53.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 31 55 104 0.70 0.47 0 0.59 220.27 0.54 0.26
Hex 1F 37 68 46 2F 0 3B DC 36 1A
Octal 37 67 150 106 57 0 73 334 66 32
Binary 11111 110111 1101000 1000110 101111 0 111011 11011100 110110 11010

Color Harmonies of #1F3768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3768

Black with #1F3768

Text Example


Text Example

White with #1F3768

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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