Html Css Color HEX #3565C0 Cerulean Blue

📋 copy color: '#3565C0'

red 53 ◦ green 101 ◦ blue 192

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

Shades of Cerulean Blue #3565C0

Tints of Cerulean Blue #3565C0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.19%

 BLUE value IS 192 (75.39% from 255) = 55.49%

R = 15.32%
G = 29.19%
B = 55.49%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3565C0 (or 0x3565C0) is known color: Cerulean Blue. HEX triplet: 35, 65 and C0. RGB value is (53,101,192). Sum of RGB (Red+Green+Blue) = 53+101+192=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 192 (75.39% from 255 or 55.49% from 346); Max value from RGB is 192 - color contains mainly: blue. Hex color #3565C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3565C0 is #CA9A3F. Grayscale: #606060. Windows color (decimal): -13277760 or 12608821. OLE color: 12608821.

HSL color Cylindrical-coordinate representation of color #3565C0: hue angle of 219.28º 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 #3565C0 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 101 192 -
CMYK 0.72 0.47 0 0.25
HSL 219.28º 0.57% 0.48% -
HSV(B) 219.28º 0.72% 0.75% -
XYZ 15.64 13.87 51.72 -
YUV 97.02 181.6 96.6 -
System Red Green Blue C M Y K H S L
Decimal 53 101 192 0.72 0.47 0 0.25 219.28 0.57 0.48
Hex 35 65 C0 48 2F 0 19 DB 39 30
Octal 65 145 300 110 57 0 31 333 71 60
Binary 110101 1100101 11000000 1001000 101111 0 11001 11011011 111001 110000

Color Harmonies of #3565C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3565C0

Black with #3565C0

Text Example


Text Example

White with #3565C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3565C0; }

 p { color: rgb(53,101,192); }

 H1.HeaderClassName
 {
   color: #3565C0;
 }
 .AnyTagClassName
 {
   color: #3565C0;
 }
</style>

background-color css

<style>
 a { background-color: #3565C0; }

 a { background-color: rgb(53,101,192); }

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

border-color css

<style>
 span { border-color: #3565C0; }

 span { border-color: rgb(53,101,192); }

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