Html Css Color HEX #3455AF Cerulean Blue

📋 copy color: '#3455AF'

red 52 ◦ green 85 ◦ blue 175

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

Shades of Cerulean Blue #3455AF

Tints of Cerulean Blue #3455AF

RGB

 RED value IS 52 (20.7% from 255) = 16.67%

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

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

R = 16.67%
G = 27.24%
B = 56.09%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3455AF (or 0x3455AF) is known color: Cerulean Blue. HEX triplet: 34, 55 and AF. RGB value is (52,85,175). Sum of RGB (Red+Green+Blue) = 52+85+175=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #3455AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3455AF is #CBAA50. Grayscale: #555555. Windows color (decimal): -13347409 or 11490612. OLE color: 11490612.

HSL color Cylindrical-coordinate representation of color #3455AF: hue angle of 223.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3455AF is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 52 85 175 -
CMYK 0.70 0.51 0 0.31
HSL 223.9º 0.54% 0.45% -
HSV(B) 223.9º 0.7% 0.69% -
XYZ 12.4 10.32 41.9 -
YUV 85.39 178.57 104.18 -
System Red Green Blue C M Y K H S L
Decimal 52 85 175 0.70 0.51 0 0.31 223.9 0.54 0.45
Hex 34 55 AF 46 33 0 1F E0 36 2D
Octal 64 125 257 106 63 0 37 340 66 55
Binary 110100 1010101 10101111 1000110 110011 0 11111 11100000 110110 101101

Color Harmonies of #3455AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3455AF

Black with #3455AF

Text Example


Text Example

White with #3455AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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