Html Css Color HEX #335ABC Cerulean Blue

📋 copy color: '#335ABC'

red 51 ◦ green 90 ◦ blue 188

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

Shades of Cerulean Blue #335ABC

Tints of Cerulean Blue #335ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.36%

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 15.5%
G = 27.36%
B = 57.14%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#335ABC (or 0x335ABC) is known color: Cerulean Blue. HEX triplet: 33, 5A and BC. RGB value is (51,90,188). Sum of RGB (Red+Green+Blue) = 51+90+188=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #335ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #335ABC is #CCA543. Grayscale: #595959. Windows color (decimal): -13411652 or 12343859. OLE color: 12343859.

HSL color Cylindrical-coordinate representation of color #335ABC: hue angle of 222.92º 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 #335ABC is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 90 188 -
CMYK 0.73 0.52 0 0.26
HSL 222.92º 0.57% 0.47% -
HSV(B) 222.92º 0.73% 0.74% -
XYZ 14.1 11.65 49.08 -
YUV 89.51 183.58 100.53 -
System Red Green Blue C M Y K H S L
Decimal 51 90 188 0.73 0.52 0 0.26 222.92 0.57 0.47
Hex 33 5A BC 49 34 0 1A DF 39 2F
Octal 63 132 274 111 64 0 32 337 71 57
Binary 110011 1011010 10111100 1001001 110100 0 11010 11011111 111001 101111

Color Harmonies of #335ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335ABC

Black with #335ABC

Text Example


Text Example

White with #335ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335ABC; }

 p { color: rgb(51,90,188); }

 H1.HeaderClassName
 {
   color: #335ABC;
 }
 .AnyTagClassName
 {
   color: #335ABC;
 }
</style>

background-color css

<style>
 a { background-color: #335ABC; }

 a { background-color: rgb(51,90,188); }

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

border-color css

<style>
 span { border-color: #335ABC; }

 span { border-color: rgb(51,90,188); }

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