Html Css Color HEX #3072BA Curious Blue

📋 copy color: '#3072BA'

red 48 ◦ green 114 ◦ blue 186

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

Shades of Curious Blue #3072BA

Tints of Curious Blue #3072BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.76%

 BLUE value IS 186 (73.05% from 255) = 53.45%

R = 13.79%
G = 32.76%
B = 53.45%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3072BA (or 0x3072BA) is known color: Curious Blue. HEX triplet: 30, 72 and BA. RGB value is (48,114,186). Sum of RGB (Red+Green+Blue) = 48+114+186=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #3072BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3072BA is #CF8D45. Grayscale: #666666. Windows color (decimal): -13602118 or 12218928. OLE color: 12218928.

HSL color Cylindrical-coordinate representation of color #3072BA: hue angle of 211.3º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3072BA is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 114 186 -
CMYK 0.74 0.39 0 0.27
HSL 211.3º 0.59% 0.46% -
HSV(B) 211.3º 0.74% 0.73% -
XYZ 16.1 16.21 48.73 -
YUV 102.47 175.13 89.15 -
System Red Green Blue C M Y K H S L
Decimal 48 114 186 0.74 0.39 0 0.27 211.3 0.59 0.46
Hex 30 72 BA 4A 27 0 1B D3 3B 2E
Octal 60 162 272 112 47 0 33 323 73 56
Binary 110000 1110010 10111010 1001010 100111 0 11011 11010011 111011 101110

Color Harmonies of #3072BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3072BA

Black with #3072BA

Text Example


Text Example

White with #3072BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3072BA; }

 p { color: rgb(48,114,186); }

 H1.HeaderClassName
 {
   color: #3072BA;
 }
 .AnyTagClassName
 {
   color: #3072BA;
 }
</style>

background-color css

<style>
 a { background-color: #3072BA; }

 a { background-color: rgb(48,114,186); }

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

border-color css

<style>
 span { border-color: #3072BA; }

 span { border-color: rgb(48,114,186); }

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