Html Css Color HEX #3360BD Cerulean Blue

📋 copy color: '#3360BD'

red 51 ◦ green 96 ◦ blue 189

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

Shades of Cerulean Blue #3360BD

Tints of Cerulean Blue #3360BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.25%

R = 15.18%
G = 28.57%
B = 56.25%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3360BD (or 0x3360BD) is known color: Cerulean Blue. HEX triplet: 33, 60 and BD. RGB value is (51,96,189). Sum of RGB (Red+Green+Blue) = 51+96+189=336 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.18% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #3360BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3360BD is #CC9F42. Grayscale: #5C5C5C. Windows color (decimal): -13410115 or 12410931. OLE color: 12410931.

HSL color Cylindrical-coordinate representation of color #3360BD: hue angle of 220.43º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3360BD is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 96 189 -
CMYK 0.73 0.49 0 0.26
HSL 220.43º 0.58% 0.47% -
HSV(B) 220.43º 0.73% 0.74% -
XYZ 14.73 12.74 49.83 -
YUV 93.15 182.09 97.94 -
System Red Green Blue C M Y K H S L
Decimal 51 96 189 0.73 0.49 0 0.26 220.43 0.58 0.47
Hex 33 60 BD 49 31 0 1A DC 3A 2F
Octal 63 140 275 111 61 0 32 334 72 57
Binary 110011 1100000 10111101 1001001 110001 0 11010 11011100 111010 101111

Color Harmonies of #3360BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3360BD

Black with #3360BD

Text Example


Text Example

White with #3360BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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