Html Css Color HEX #3565BE Cerulean Blue

📋 copy color: '#3565BE'

red 53 ◦ green 101 ◦ blue 190

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

Shades of Cerulean Blue #3565BE

Tints of Cerulean Blue #3565BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.23%

R = 15.41%
G = 29.36%
B = 55.23%

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

#3565BE (or 0x3565BE) is known color: Cerulean Blue. HEX triplet: 35, 65 and BE. RGB value is (53,101,190). Sum of RGB (Red+Green+Blue) = 53+101+190=344 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.41% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #3565BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3565BE is #CA9A41. Grayscale: #606060. Windows color (decimal): -13277762 or 12477749. OLE color: 12477749.

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

Color convert

RGB 53 101 190 -
CMYK 0.72 0.47 0 0.25
HSL 218.98º 0.56% 0.48% -
HSV(B) 218.98º 0.72% 0.75% -
XYZ 15.42 13.78 50.56 -
YUV 96.79 180.6 96.76 -
System Red Green Blue C M Y K H S L
Decimal 53 101 190 0.72 0.47 0 0.25 218.98 0.56 0.48
Hex 35 65 BE 48 2F 0 19 DB 38 30
Octal 65 145 276 110 57 0 31 333 70 60
Binary 110101 1100101 10111110 1001000 101111 0 11001 11011011 111000 110000

Color Harmonies of #3565BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3565BE

Black with #3565BE

Text Example


Text Example

White with #3565BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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