Html Css Color HEX #2356BC Cerulean Blue

📋 copy color: '#2356BC'

red 35 ◦ green 86 ◦ blue 188

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

Shades of Cerulean Blue #2356BC

Tints of Cerulean Blue #2356BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.84%

R = 11.33%
G = 27.83%
B = 60.84%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2356BC (or 0x2356BC) is known color: Cerulean Blue. HEX triplet: 23, 56 and BC. RGB value is (35,86,188). Sum of RGB (Red+Green+Blue) = 35+86+188=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #2356BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2356BC is #DCA943. Grayscale: #515151. Windows color (decimal): -14461252 or 12342819. OLE color: 12342819.

HSL color Cylindrical-coordinate representation of color #2356BC: hue angle of 220º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2356BC is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 86 188 -
CMYK 0.81 0.54 0 0.26
HSL 220º 0.69% 0.44% -
HSV(B) 220º 0.81% 0.74% -
XYZ 13.1 10.64 48.94 -
YUV 82.38 187.6 94.21 -
System Red Green Blue C M Y K H S L
Decimal 35 86 188 0.81 0.54 0 0.26 220 0.69 0.44
Hex 23 56 BC 51 36 0 1A DC 45 2C
Octal 43 126 274 121 66 0 32 334 105 54
Binary 100011 1010110 10111100 1010001 110110 0 11010 11011100 1000101 101100

Color Harmonies of #2356BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2356BC

Black with #2356BC

Text Example


Text Example

White with #2356BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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