Html Css Color HEX #3355AF Cerulean Blue

📋 copy color: '#3355AF'

red 51 ◦ green 85 ◦ blue 175

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

Shades of Cerulean Blue #3355AF

Tints of Cerulean Blue #3355AF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

 BLUE value IS 175 (68.75% from 255) = 56.27%

R = 16.4%
G = 27.33%
B = 56.27%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3355AF (or 0x3355AF) is known color: Cerulean Blue. HEX triplet: 33, 55 and AF. RGB value is (51,85,175). Sum of RGB (Red+Green+Blue) = 51+85+175=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #3355AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3355AF is #CCAA50. Grayscale: #545454. Windows color (decimal): -13412945 or 11490611. OLE color: 11490611.

HSL color Cylindrical-coordinate representation of color #3355AF: hue angle of 223.55º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3355AF is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 85 175 -
CMYK 0.71 0.51 0 0.31
HSL 223.55º 0.55% 0.44% -
HSV(B) 223.55º 0.71% 0.69% -
XYZ 12.35 10.3 41.89 -
YUV 85.09 178.74 103.68 -
System Red Green Blue C M Y K H S L
Decimal 51 85 175 0.71 0.51 0 0.31 223.55 0.55 0.44
Hex 33 55 AF 47 33 0 1F E0 37 2C
Octal 63 125 257 107 63 0 37 340 67 54
Binary 110011 1010101 10101111 1000111 110011 0 11111 11100000 110111 101100

Color Harmonies of #3355AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3355AF

Black with #3355AF

Text Example


Text Example

White with #3355AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3355AF; }

 p { color: rgb(51,85,175); }

 H1.HeaderClassName
 {
   color: #3355AF;
 }
 .AnyTagClassName
 {
   color: #3355AF;
 }
</style>

background-color css

<style>
 a { background-color: #3355AF; }

 a { background-color: rgb(51,85,175); }

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

border-color css

<style>
 span { border-color: #3355AF; }

 span { border-color: rgb(51,85,175); }

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