Html Css Color HEX #1F345F Catalina Blue

📋 copy color: '#1F345F'

red 31 ◦ green 52 ◦ blue 95

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

Shades of Catalina Blue #1F345F

Tints of Catalina Blue #1F345F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 53.37%

R = 17.42%
G = 29.21%
B = 53.37%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1F345F (or 0x1F345F) is known color: Catalina Blue. HEX triplet: 1F, 34 and 5F. RGB value is (31,52,95). Sum of RGB (Red+Green+Blue) = 31+52+95=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F345F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F345F is #E0CBA0. Grayscale: #323232. Windows color (decimal): -14732193 or 6239263. OLE color: 6239263.

HSL color Cylindrical-coordinate representation of color #1F345F: hue angle of 220.31º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1F345F is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 31 52 95 -
CMYK 0.67 0.45 0 0.63
HSL 220.31º 0.51% 0.25% -
HSV(B) 220.31º 0.67% 0.37% -
XYZ 3.86 3.57 11.31 -
YUV 50.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 31 52 95 0.67 0.45 0 0.63 220.31 0.51 0.25
Hex 1F 34 5F 43 2D 0 3F DC 33 19
Octal 37 64 137 103 55 0 77 334 63 31
Binary 11111 110100 1011111 1000011 101101 0 111111 11011100 110011 11001

Color Harmonies of #1F345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F345F

Black with #1F345F

Text Example


Text Example

White with #1F345F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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