Html Css Color HEX #3062CA Cerulean Blue

📋 copy color: '#3062CA'

red 48 ◦ green 98 ◦ blue 202

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

Shades of Cerulean Blue #3062CA

Tints of Cerulean Blue #3062CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.16%

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

R = 13.79%
G = 28.16%
B = 58.05%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3062CA (or 0x3062CA) is known color: Cerulean Blue. HEX triplet: 30, 62 and CA. RGB value is (48,98,202). Sum of RGB (Red+Green+Blue) = 48+98+202=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 202 (79.30% from 255 or 58.05% from 348); Max value from RGB is 202 - color contains mainly: blue. Hex color #3062CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3062CA is #CF9D35. Grayscale: #5E5E5E. Windows color (decimal): -13606198 or 13263408. OLE color: 13263408.

HSL color Cylindrical-coordinate representation of color #3062CA: hue angle of 220.52º 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 #3062CA is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 98 202 -
CMYK 0.76 0.51 0 0.21
HSL 220.52º 0.62% 0.49% -
HSV(B) 220.52º 0.76% 0.79% -
XYZ 16.25 13.63 57.65 -
YUV 94.91 188.44 94.54 -
System Red Green Blue C M Y K H S L
Decimal 48 98 202 0.76 0.51 0 0.21 220.52 0.62 0.49
Hex 30 62 CA 4C 33 0 15 DD 3E 31
Octal 60 142 312 114 63 0 25 335 76 61
Binary 110000 1100010 11001010 1001100 110011 0 10101 11011101 111110 110001

Color Harmonies of #3062CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3062CA

Black with #3062CA

Text Example


Text Example

White with #3062CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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