Html Css Color HEX #30437D Resolution Blue

📋 copy color: '#30437D'

red 48 ◦ green 67 ◦ blue 125

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

Shades of Resolution Blue #30437D

Tints of Resolution Blue #30437D

RGB

 RED value IS 48 (19.14% from 255) = 20%

 GREEN value IS 67 (26.56% from 255) = 27.92%

 BLUE value IS 125 (49.22% from 255) = 52.08%

R = 20%
G = 27.92%
B = 52.08%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#30437D (or 0x30437D) is known color: Resolution Blue. HEX triplet: 30, 43 and 7D. RGB value is (48,67,125). Sum of RGB (Red+Green+Blue) = 48+67+125=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #30437D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30437D is #CFBC82. Grayscale: #434343. Windows color (decimal): -13614211 or 8209200. OLE color: 8209200.

HSL color Cylindrical-coordinate representation of color #30437D: hue angle of 225.19º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30437D is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 67 125 -
CMYK 0.62 0.46 0 0.51
HSL 225.19º 0.45% 0.34% -
HSV(B) 225.19º 0.62% 0.49% -
XYZ 6.93 6.12 20.22 -
YUV 67.93 160.21 113.78 -
System Red Green Blue C M Y K H S L
Decimal 48 67 125 0.62 0.46 0 0.51 225.19 0.45 0.34
Hex 30 43 7D 3E 2E 0 33 E1 2D 22
Octal 60 103 175 76 56 0 63 341 55 42
Binary 110000 1000011 1111101 111110 101110 0 110011 11100001 101101 100010

Color Harmonies of #30437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30437D

Black with #30437D

Text Example


Text Example

White with #30437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30437D; }

 p { color: rgb(48,67,125); }

 H1.HeaderClassName
 {
   color: #30437D;
 }
 .AnyTagClassName
 {
   color: #30437D;
 }
</style>

background-color css

<style>
 a { background-color: #30437D; }

 a { background-color: rgb(48,67,125); }

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

border-color css

<style>
 span { border-color: #30437D; }

 span { border-color: rgb(48,67,125); }

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