Html Css Color HEX #1F348A Resolution Blue

📋 copy color: '#1F348A'

red 31 ◦ green 52 ◦ blue 138

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

Shades of Resolution Blue #1F348A

Tints of Resolution Blue #1F348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 62.44%

R = 14.03%
G = 23.53%
B = 62.44%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1F348A (or 0x1F348A) is known color: Resolution Blue. HEX triplet: 1F, 34 and 8A. RGB value is (31,52,138). Sum of RGB (Red+Green+Blue) = 31+52+138=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F348A is #E0CB75. Grayscale: #373737. Windows color (decimal): -14732150 or 9057311. OLE color: 9057311.

HSL color Cylindrical-coordinate representation of color #1F348A: hue angle of 228.22º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F348A is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 31 52 138 -
CMYK 0.78 0.62 0 0.46
HSL 228.22º 0.63% 0.33% -
HSV(B) 228.22º 0.78% 0.54% -
XYZ 6.38 4.58 24.59 -
YUV 55.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 31 52 138 0.78 0.62 0 0.46 228.22 0.63 0.33
Hex 1F 34 8A 4E 3E 0 2E E4 3F 21
Octal 37 64 212 116 76 0 56 344 77 41
Binary 11111 110100 10001010 1001110 111110 0 101110 11100100 111111 100001

Color Harmonies of #1F348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F348A

Black with #1F348A

Text Example


Text Example

White with #1F348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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