Html Css Color HEX #3568BF Cerulean Blue

📋 copy color: '#3568BF'

red 53 ◦ green 104 ◦ blue 191

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

Shades of Cerulean Blue #3568BF

Tints of Cerulean Blue #3568BF

RGB

 RED value IS 53 (21.09% from 255) = 15.23%

 GREEN value IS 104 (41.02% from 255) = 29.89%

 BLUE value IS 191 (75% from 255) = 54.89%

R = 15.23%
G = 29.89%
B = 54.89%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3568BF (or 0x3568BF) is known color: Cerulean Blue. HEX triplet: 35, 68 and BF. RGB value is (53,104,191). Sum of RGB (Red+Green+Blue) = 53+104+191=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #3568BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3568BF is #CA9740. Grayscale: #626262. Windows color (decimal): -13276993 or 12544053. OLE color: 12544053.

HSL color Cylindrical-coordinate representation of color #3568BF: hue angle of 217.83º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3568BF is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 104 191 -
CMYK 0.72 0.46 0 0.25
HSL 217.83º 0.57% 0.48% -
HSV(B) 217.83º 0.72% 0.75% -
XYZ 15.82 14.42 51.24 -
YUV 98.67 180.1 95.43 -
System Red Green Blue C M Y K H S L
Decimal 53 104 191 0.72 0.46 0 0.25 217.83 0.57 0.48
Hex 35 68 BF 48 2E 0 19 DA 39 30
Octal 65 150 277 110 56 0 31 332 71 60
Binary 110101 1101000 10111111 1001000 101110 0 11001 11011010 111001 110000

Color Harmonies of #3568BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3568BF

Black with #3568BF

Text Example


Text Example

White with #3568BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3568BF; }

 p { color: rgb(53,104,191); }

 H1.HeaderClassName
 {
   color: #3568BF;
 }
 .AnyTagClassName
 {
   color: #3568BF;
 }
</style>

background-color css

<style>
 a { background-color: #3568BF; }

 a { background-color: rgb(53,104,191); }

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

border-color css

<style>
 span { border-color: #3568BF; }

 span { border-color: rgb(53,104,191); }

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