Html Css Color HEX #2356BE Cerulean Blue

📋 copy color: '#2356BE'

red 35 ◦ green 86 ◦ blue 190

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

Shades of Cerulean Blue #2356BE

Tints of Cerulean Blue #2356BE

RGB

 RED value IS 35 (14.06% from 255) = 11.25%

 GREEN value IS 86 (33.98% from 255) = 27.65%

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

R = 11.25%
G = 27.65%
B = 61.09%

CMYK

 C value IS 0.82

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2356BE (or 0x2356BE) is known color: Cerulean Blue. HEX triplet: 23, 56 and BE. RGB value is (35,86,190). Sum of RGB (Red+Green+Blue) = 35+86+190=311 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.25% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #2356BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2356BE is #DCA941. Grayscale: #525252. Windows color (decimal): -14461250 or 12473891. OLE color: 12473891.

HSL color Cylindrical-coordinate representation of color #2356BE: hue angle of 220.26º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2356BE is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 86 190 -
CMYK 0.82 0.55 0 0.25
HSL 220.26º 0.69% 0.44% -
HSV(B) 220.26º 0.82% 0.75% -
XYZ 13.32 10.73 50.08 -
YUV 82.61 188.6 94.04 -
System Red Green Blue C M Y K H S L
Decimal 35 86 190 0.82 0.55 0 0.25 220.26 0.69 0.44
Hex 23 56 BE 52 37 0 19 DC 45 2C
Octal 43 126 276 122 67 0 31 334 105 54
Binary 100011 1010110 10111110 1010010 110111 0 11001 11011100 1000101 101100

Color Harmonies of #2356BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2356BE

Black with #2356BE

Text Example


Text Example

White with #2356BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,86,190); }

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

background-color css

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

 a { background-color: rgb(35,86,190); }

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

border-color css

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

 span { border-color: rgb(35,86,190); }

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