Html Css Color HEX #3360CB Cerulean Blue

📋 copy color: '#3360CB'

red 51 ◦ green 96 ◦ blue 203

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

Shades of Cerulean Blue #3360CB

Tints of Cerulean Blue #3360CB

RGB

 RED value IS 51 (20.31% from 255) = 14.57%

 GREEN value IS 96 (37.89% from 255) = 27.43%

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

R = 14.57%
G = 27.43%
B = 58%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3360CB (or 0x3360CB) is known color: Cerulean Blue. HEX triplet: 33, 60 and CB. RGB value is (51,96,203). Sum of RGB (Red+Green+Blue) = 51+96+203=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #3360CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3360CB is #CC9F34. Grayscale: #5E5E5E. Windows color (decimal): -13410101 or 13328435. OLE color: 13328435.

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

Color convert

RGB 51 96 203 -
CMYK 0.75 0.53 0 0.20
HSL 222.24º 0.6% 0.5% -
HSV(B) 222.24º 0.75% 0.8% -
XYZ 16.33 13.38 58.22 -
YUV 94.74 189.09 96.8 -
System Red Green Blue C M Y K H S L
Decimal 51 96 203 0.75 0.53 0 0.20 222.24 0.6 0.5
Hex 33 60 CB 4B 35 0 14 DE 3C 32
Octal 63 140 313 113 65 0 24 336 74 62
Binary 110011 1100000 11001011 1001011 110101 0 10100 11011110 111100 110010

Color Harmonies of #3360CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3360CB

Black with #3360CB

Text Example


Text Example

White with #3360CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,96,203); }

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

background-color css

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

 a { background-color: rgb(51,96,203); }

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

border-color css

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

 span { border-color: rgb(51,96,203); }

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