Html Css Color HEX #3250CB Cerulean Blue

📋 copy color: '#3250CB'

red 50 ◦ green 80 ◦ blue 203

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

Shades of Cerulean Blue #3250CB

Tints of Cerulean Blue #3250CB

RGB

 RED value IS 50 (19.92% from 255) = 15.02%

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

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

R = 15.02%
G = 24.02%
B = 60.96%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3250CB (or 0x3250CB) is known color: Cerulean Blue. HEX triplet: 32, 50 and CB. RGB value is (50,80,203). Sum of RGB (Red+Green+Blue) = 50+80+203=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #3250CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3250CB is #CDAF34. Grayscale: #545454. Windows color (decimal): -13479733 or 13324338. OLE color: 13324338.

HSL color Cylindrical-coordinate representation of color #3250CB: hue angle of 228.24º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3250CB is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 80 203 -
CMYK 0.75 0.61 0 0.20
HSL 228.24º 0.6% 0.5% -
HSV(B) 228.24º 0.75% 0.8% -
XYZ 14.96 10.73 57.78 -
YUV 85.05 194.56 103 -
System Red Green Blue C M Y K H S L
Decimal 50 80 203 0.75 0.61 0 0.20 228.24 0.6 0.5
Hex 32 50 CB 4B 3D 0 14 E4 3C 32
Octal 62 120 313 113 75 0 24 344 74 62
Binary 110010 1010000 11001011 1001011 111101 0 10100 11100100 111100 110010

Color Harmonies of #3250CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3250CB

Black with #3250CB

Text Example


Text Example

White with #3250CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,80,203); }

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

background-color css

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

 a { background-color: rgb(50,80,203); }

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

border-color css

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

 span { border-color: rgb(50,80,203); }

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