Html Css Color HEX #3073CB Curious Blue

📋 copy color: '#3073CB'

red 48 ◦ green 115 ◦ blue 203

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

Shades of Curious Blue #3073CB

Tints of Curious Blue #3073CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.42%

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

R = 13.11%
G = 31.42%
B = 55.46%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3073CB (or 0x3073CB) is known color: Curious Blue. HEX triplet: 30, 73 and CB. RGB value is (48,115,203). Sum of RGB (Red+Green+Blue) = 48+115+203=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #3073CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3073CB is #CF8C34. Grayscale: #686868. Windows color (decimal): -13601845 or 13333296. OLE color: 13333296.

HSL color Cylindrical-coordinate representation of color #3073CB: hue angle of 214.06º 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 #3073CB is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 115 203 -
CMYK 0.76 0.43 0 0.20
HSL 214.06º 0.62% 0.49% -
HSV(B) 214.06º 0.76% 0.8% -
XYZ 18.13 17.2 58.86 -
YUV 105 183.3 87.34 -
System Red Green Blue C M Y K H S L
Decimal 48 115 203 0.76 0.43 0 0.20 214.06 0.62 0.49
Hex 30 73 CB 4C 2B 0 14 D6 3E 31
Octal 60 163 313 114 53 0 24 326 76 61
Binary 110000 1110011 11001011 1001100 101011 0 10100 11010110 111110 110001

Color Harmonies of #3073CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3073CB

Black with #3073CB

Text Example


Text Example

White with #3073CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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