Html Css Color HEX #3263CB Cerulean Blue

📋 copy color: '#3263CB'

red 50 ◦ green 99 ◦ blue 203

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

Shades of Cerulean Blue #3263CB

Tints of Cerulean Blue #3263CB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.13%

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

R = 14.2%
G = 28.13%
B = 57.67%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3263CB (or 0x3263CB) is known color: Cerulean Blue. HEX triplet: 32, 63 and CB. RGB value is (50,99,203). Sum of RGB (Red+Green+Blue) = 50+99+203=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #3263CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3263CB is #CD9C34. Grayscale: #5F5F5F. Windows color (decimal): -13474869 or 13329202. OLE color: 13329202.

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

Color convert

RGB 50 99 203 -
CMYK 0.75 0.51 0 0.20
HSL 220.78º 0.6% 0.5% -
HSV(B) 220.78º 0.75% 0.8% -
XYZ 16.56 13.91 58.31 -
YUV 96.21 188.27 95.04 -
System Red Green Blue C M Y K H S L
Decimal 50 99 203 0.75 0.51 0 0.20 220.78 0.6 0.5
Hex 32 63 CB 4B 33 0 14 DD 3C 32
Octal 62 143 313 113 63 0 24 335 74 62
Binary 110010 1100011 11001011 1001011 110011 0 10100 11011101 111100 110010

Color Harmonies of #3263CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3263CB

Black with #3263CB

Text Example


Text Example

White with #3263CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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