Html Css Color HEX #2356B0 Cerulean Blue

📋 copy color: '#2356B0'

red 35 ◦ green 86 ◦ blue 176

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

Shades of Cerulean Blue #2356B0

Tints of Cerulean Blue #2356B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 59.26%

R = 11.78%
G = 28.96%
B = 59.26%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2356B0 (or 0x2356B0) is known color: Cerulean Blue. HEX triplet: 23, 56 and B0. RGB value is (35,86,176). Sum of RGB (Red+Green+Blue) = 35+86+176=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 176 (69.14% from 255 or 59.26% from 297); Max value from RGB is 176 - color contains mainly: blue. Hex color #2356B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2356B0 is #DCA94F. Grayscale: #505050. Windows color (decimal): -14461264 or 11556387. OLE color: 11556387.

HSL color Cylindrical-coordinate representation of color #2356B0: hue angle of 218.3º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2356B0 is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 86 176 -
CMYK 0.80 0.51 0 0.31
HSL 218.3º 0.67% 0.41% -
HSV(B) 218.3º 0.8% 0.69% -
XYZ 11.86 10.15 42.41 -
YUV 81.01 181.6 95.18 -
System Red Green Blue C M Y K H S L
Decimal 35 86 176 0.80 0.51 0 0.31 218.3 0.67 0.41
Hex 23 56 B0 50 33 0 1F DA 43 29
Octal 43 126 260 120 63 0 37 332 103 51
Binary 100011 1010110 10110000 1010000 110011 0 11111 11011010 1000011 101001

Color Harmonies of #2356B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2356B0

Black with #2356B0

Text Example


Text Example

White with #2356B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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