Html Css Color HEX #3352AF Cerulean Blue

📋 copy color: '#3352AF'

red 51 ◦ green 82 ◦ blue 175

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

Shades of Cerulean Blue #3352AF

Tints of Cerulean Blue #3352AF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.62%

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

R = 16.56%
G = 26.62%
B = 56.82%

CMYK

 C value IS 0.71

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3352AF (or 0x3352AF) is known color: Cerulean Blue. HEX triplet: 33, 52 and AF. RGB value is (51,82,175). Sum of RGB (Red+Green+Blue) = 51+82+175=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #3352AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3352AF is #CCAD50. Grayscale: #525252. Windows color (decimal): -13413713 or 11489843. OLE color: 11489843.

HSL color Cylindrical-coordinate representation of color #3352AF: hue angle of 225º 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 #3352AF is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 82 175 -
CMYK 0.71 0.53 0 0.31
HSL 225º 0.55% 0.44% -
HSV(B) 225º 0.71% 0.69% -
XYZ 12.12 9.83 41.82 -
YUV 83.33 179.73 104.94 -
System Red Green Blue C M Y K H S L
Decimal 51 82 175 0.71 0.53 0 0.31 225 0.55 0.44
Hex 33 52 AF 47 35 0 1F E1 37 2C
Octal 63 122 257 107 65 0 37 341 67 54
Binary 110011 1010010 10101111 1000111 110101 0 11111 11100001 110111 101100

Color Harmonies of #3352AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3352AF

Black with #3352AF

Text Example


Text Example

White with #3352AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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