Html Css Color HEX #3565BA Cerulean Blue

📋 copy color: '#3565BA'

red 53 ◦ green 101 ◦ blue 186

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

Shades of Cerulean Blue #3565BA

Tints of Cerulean Blue #3565BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 15.59%
G = 29.71%
B = 54.71%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3565BA (or 0x3565BA) is known color: Cerulean Blue. HEX triplet: 35, 65 and BA. RGB value is (53,101,186). Sum of RGB (Red+Green+Blue) = 53+101+186=340 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.59% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #3565BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3565BA is #CA9A45. Grayscale: #5F5F5F. Windows color (decimal): -13277766 or 12215605. OLE color: 12215605.

HSL color Cylindrical-coordinate representation of color #3565BA: hue angle of 218.35º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3565BA is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 53 101 186 -
CMYK 0.72 0.46 0 0.27
HSL 218.35º 0.56% 0.47% -
HSV(B) 218.35º 0.72% 0.73% -
XYZ 14.98 13.61 48.29 -
YUV 96.34 178.6 97.09 -
System Red Green Blue C M Y K H S L
Decimal 53 101 186 0.72 0.46 0 0.27 218.35 0.56 0.47
Hex 35 65 BA 48 2E 0 1B DA 38 2F
Octal 65 145 272 110 56 0 33 332 70 57
Binary 110101 1100101 10111010 1001000 101110 0 11011 11011010 111000 101111

Color Harmonies of #3565BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3565BA

Black with #3565BA

Text Example


Text Example

White with #3565BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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