Html Css Color HEX #3073CA Curious Blue

📋 copy color: '#3073CA'

red 48 ◦ green 115 ◦ blue 202

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

Shades of Curious Blue #3073CA

Tints of Curious Blue #3073CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 55.34%

R = 13.15%
G = 31.51%
B = 55.34%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3073CA (or 0x3073CA) is known color: Curious Blue. HEX triplet: 30, 73 and CA. RGB value is (48,115,202). Sum of RGB (Red+Green+Blue) = 48+115+202=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #3073CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3073CA is #CF8C35. Grayscale: #686868. Windows color (decimal): -13601846 or 13267760. OLE color: 13267760.

HSL color Cylindrical-coordinate representation of color #3073CA: hue angle of 213.9º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3073CA is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 115 202 -
CMYK 0.76 0.43 0 0.21
HSL 213.9º 0.62% 0.49% -
HSV(B) 213.9º 0.76% 0.79% -
XYZ 18.01 17.15 58.24 -
YUV 104.89 182.8 87.43 -
System Red Green Blue C M Y K H S L
Decimal 48 115 202 0.76 0.43 0 0.21 213.9 0.62 0.49
Hex 30 73 CA 4C 2B 0 15 D6 3E 31
Octal 60 163 312 114 53 0 25 326 76 61
Binary 110000 1110011 11001010 1001100 101011 0 10101 11010110 111110 110001

Color Harmonies of #3073CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3073CA

Black with #3073CA

Text Example


Text Example

White with #3073CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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