Html Css Color HEX #1F3261 Catalina Blue

📋 copy color: '#1F3261'

red 31 ◦ green 50 ◦ blue 97

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

Shades of Catalina Blue #1F3261

Tints of Catalina Blue #1F3261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.09%

 BLUE value IS 97 (38.28% from 255) = 54.49%

R = 17.42%
G = 28.09%
B = 54.49%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1F3261 (or 0x1F3261) is known color: Catalina Blue. HEX triplet: 1F, 32 and 61. RGB value is (31,50,97). Sum of RGB (Red+Green+Blue) = 31+50+97=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 97 (38.28% from 255 or 54.49% from 178); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F3261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3261 is #E0CD9E. Grayscale: #313131. Windows color (decimal): -14732703 or 6369823. OLE color: 6369823.

HSL color Cylindrical-coordinate representation of color #1F3261: hue angle of 222.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F3261 is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 31 50 97 -
CMYK 0.68 0.48 0 0.62
HSL 222.73º 0.52% 0.25% -
HSV(B) 222.73º 0.68% 0.38% -
XYZ 3.86 3.44 11.77 -
YUV 49.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 31 50 97 0.68 0.48 0 0.62 222.73 0.52 0.25
Hex 1F 32 61 44 30 0 3E DF 34 19
Octal 37 62 141 104 60 0 76 337 64 31
Binary 11111 110010 1100001 1000100 110000 0 111110 11011111 110100 11001

Color Harmonies of #1F3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3261

Black with #1F3261

Text Example


Text Example

White with #1F3261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,50,97); }

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

background-color css

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

 a { background-color: rgb(31,50,97); }

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

border-color css

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

 span { border-color: rgb(31,50,97); }

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