Html Css Color HEX #3050CA Cerulean Blue

📋 copy color: '#3050CA'

red 48 ◦ green 80 ◦ blue 202

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

Shades of Cerulean Blue #3050CA

Tints of Cerulean Blue #3050CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

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

R = 14.55%
G = 24.24%
B = 61.21%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3050CA (or 0x3050CA) is known color: Cerulean Blue. HEX triplet: 30, 50 and CA. RGB value is (48,80,202). Sum of RGB (Red+Green+Blue) = 48+80+202=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #3050CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3050CA is #CFAF35. Grayscale: #535353. Windows color (decimal): -13610806 or 13258800. OLE color: 13258800.

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

Color convert

RGB 48 80 202 -
CMYK 0.76 0.60 0 0.21
HSL 227.53º 0.62% 0.49% -
HSV(B) 227.53º 0.76% 0.79% -
XYZ 14.75 10.63 57.15 -
YUV 84.34 194.4 102.08 -
System Red Green Blue C M Y K H S L
Decimal 48 80 202 0.76 0.60 0 0.21 227.53 0.62 0.49
Hex 30 50 CA 4C 3C 0 15 E4 3E 31
Octal 60 120 312 114 74 0 25 344 76 61
Binary 110000 1010000 11001010 1001100 111100 0 10101 11100100 111110 110001

Color Harmonies of #3050CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3050CA

Black with #3050CA

Text Example


Text Example

White with #3050CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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