Html Css Color HEX #3358BA Cerulean Blue

📋 copy color: '#3358BA'

red 51 ◦ green 88 ◦ blue 186

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

Shades of Cerulean Blue #3358BA

Tints of Cerulean Blue #3358BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

 BLUE value IS 186 (73.05% from 255) = 57.23%

R = 15.69%
G = 27.08%
B = 57.23%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3358BA (or 0x3358BA) is known color: Cerulean Blue. HEX triplet: 33, 58 and BA. RGB value is (51,88,186). Sum of RGB (Red+Green+Blue) = 51+88+186=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #3358BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3358BA is #CCA745. Grayscale: #575757. Windows color (decimal): -13412166 or 12212275. OLE color: 12212275.

HSL color Cylindrical-coordinate representation of color #3358BA: hue angle of 223.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3358BA is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 88 186 -
CMYK 0.73 0.53 0 0.27
HSL 223.56º 0.57% 0.46% -
HSV(B) 223.56º 0.73% 0.73% -
XYZ 13.72 11.23 47.9 -
YUV 88.11 183.24 101.53 -
System Red Green Blue C M Y K H S L
Decimal 51 88 186 0.73 0.53 0 0.27 223.56 0.57 0.46
Hex 33 58 BA 49 35 0 1B E0 39 2E
Octal 63 130 272 111 65 0 33 340 71 56
Binary 110011 1011000 10111010 1001001 110101 0 11011 11100000 111001 101110

Color Harmonies of #3358BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3358BA

Black with #3358BA

Text Example


Text Example

White with #3358BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3358BA; }

 p { color: rgb(51,88,186); }

 H1.HeaderClassName
 {
   color: #3358BA;
 }
 .AnyTagClassName
 {
   color: #3358BA;
 }
</style>

background-color css

<style>
 a { background-color: #3358BA; }

 a { background-color: rgb(51,88,186); }

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

border-color css

<style>
 span { border-color: #3358BA; }

 span { border-color: rgb(51,88,186); }

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