Html Css Color HEX #3359AF Cerulean Blue

📋 copy color: '#3359AF'

red 51 ◦ green 89 ◦ blue 175

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

Shades of Cerulean Blue #3359AF

Tints of Cerulean Blue #3359AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.25%

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

R = 16.19%
G = 28.25%
B = 55.56%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3359AF (or 0x3359AF) is known color: Cerulean Blue. HEX triplet: 33, 59 and AF. RGB value is (51,89,175). Sum of RGB (Red+Green+Blue) = 51+89+175=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #3359AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3359AF is #CCA650. Grayscale: #575757. Windows color (decimal): -13411921 or 11491635. OLE color: 11491635.

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

Color convert

RGB 51 89 175 -
CMYK 0.71 0.49 0 0.31
HSL 221.61º 0.55% 0.44% -
HSV(B) 221.61º 0.71% 0.69% -
XYZ 12.68 10.94 42 -
YUV 87.44 177.41 102.01 -
System Red Green Blue C M Y K H S L
Decimal 51 89 175 0.71 0.49 0 0.31 221.61 0.55 0.44
Hex 33 59 AF 47 31 0 1F DE 37 2C
Octal 63 131 257 107 61 0 37 336 67 54
Binary 110011 1011001 10101111 1000111 110001 0 11111 11011110 110111 101100

Color Harmonies of #3359AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3359AF

Black with #3359AF

Text Example


Text Example

White with #3359AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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