Html Css Color HEX #3076CB Curious Blue

📋 copy color: '#3076CB'

red 48 ◦ green 118 ◦ blue 203

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

Shades of Curious Blue #3076CB

Tints of Curious Blue #3076CB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.98%

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 13.01%
G = 31.98%
B = 55.01%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3076CB (or 0x3076CB) is known color: Curious Blue. HEX triplet: 30, 76 and CB. RGB value is (48,118,203). Sum of RGB (Red+Green+Blue) = 48+118+203=369 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.01% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #3076CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3076CB is #CF8934. Grayscale: #6A6A6A. Windows color (decimal): -13601077 or 13334064. OLE color: 13334064.

HSL color Cylindrical-coordinate representation of color #3076CB: hue angle of 212.9º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3076CB is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 118 203 -
CMYK 0.76 0.42 0 0.20
HSL 212.9º 0.62% 0.49% -
HSV(B) 212.9º 0.76% 0.8% -
XYZ 18.48 17.9 58.98 -
YUV 106.76 182.31 86.09 -
System Red Green Blue C M Y K H S L
Decimal 48 118 203 0.76 0.42 0 0.20 212.9 0.62 0.49
Hex 30 76 CB 4C 2A 0 14 D5 3E 31
Octal 60 166 313 114 52 0 24 325 76 61
Binary 110000 1110110 11001011 1001100 101010 0 10100 11010101 111110 110001

Color Harmonies of #3076CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3076CB

Black with #3076CB

Text Example


Text Example

White with #3076CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3076CB; }

 p { color: rgb(48,118,203); }

 H1.HeaderClassName
 {
   color: #3076CB;
 }
 .AnyTagClassName
 {
   color: #3076CB;
 }
</style>

background-color css

<style>
 a { background-color: #3076CB; }

 a { background-color: rgb(48,118,203); }

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

border-color css

<style>
 span { border-color: #3076CB; }

 span { border-color: rgb(48,118,203); }

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