Html Css Color HEX #30607B Blumine

📋 copy color: '#30607B'

red 48 ◦ green 96 ◦ blue 123

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

Shades of Blumine #30607B

Tints of Blumine #30607B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.96%

 BLUE value IS 123 (48.44% from 255) = 46.07%

R = 17.98%
G = 35.96%
B = 46.07%

CMYK

 C value IS 0.61

 M value IS 0.22

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#30607B (or 0x30607B) is known color: Blumine. HEX triplet: 30, 60 and 7B. RGB value is (48,96,123). Sum of RGB (Red+Green+Blue) = 48+96+123=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 123 - color contains mainly: blue. Hex color #30607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30607B is #CF9F84. Grayscale: #545454. Windows color (decimal): -13606789 or 8085552. OLE color: 8085552.

HSL color Cylindrical-coordinate representation of color #30607B: hue angle of 201.6º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30607B is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 48 96 123 -
CMYK 0.61 0.22 0 0.52
HSL 201.6º 0.44% 0.34% -
HSV(B) 201.6º 0.61% 0.48% -
XYZ 8.98 10.42 20.28 -
YUV 84.73 149.6 101.8 -
System Red Green Blue C M Y K H S L
Decimal 48 96 123 0.61 0.22 0 0.52 201.6 0.44 0.34
Hex 30 60 7B 3D 16 0 34 CA 2C 22
Octal 60 140 173 75 26 0 64 312 54 42
Binary 110000 1100000 1111011 111101 10110 0 110100 11001010 101100 100010

Color Harmonies of #30607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30607B

Black with #30607B

Text Example


Text Example

White with #30607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30607B; }

 p { color: rgb(48,96,123); }

 H1.HeaderClassName
 {
   color: #30607B;
 }
 .AnyTagClassName
 {
   color: #30607B;
 }
</style>

background-color css

<style>
 a { background-color: #30607B; }

 a { background-color: rgb(48,96,123); }

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

border-color css

<style>
 span { border-color: #30607B; }

 span { border-color: rgb(48,96,123); }

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