Html Css Color HEX #2356B5 Cerulean Blue

📋 copy color: '#2356B5'

red 35 ◦ green 86 ◦ blue 181

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

Shades of Cerulean Blue #2356B5

Tints of Cerulean Blue #2356B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 59.93%

R = 11.59%
G = 28.48%
B = 59.93%

CMYK

 C value IS 0.81

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2356B5 (or 0x2356B5) is known color: Cerulean Blue. HEX triplet: 23, 56 and B5. RGB value is (35,86,181). Sum of RGB (Red+Green+Blue) = 35+86+181=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 181 (71.09% from 255 or 59.93% from 302); Max value from RGB is 181 - color contains mainly: blue. Hex color #2356B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2356B5 is #DCA94A. Grayscale: #515151. Windows color (decimal): -14461259 or 11884067. OLE color: 11884067.

HSL color Cylindrical-coordinate representation of color #2356B5: hue angle of 219.04º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2356B5 is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 35 86 181 -
CMYK 0.81 0.52 0 0.29
HSL 219.04º 0.68% 0.42% -
HSV(B) 219.04º 0.81% 0.71% -
XYZ 12.36 10.35 45.06 -
YUV 81.58 184.1 94.78 -
System Red Green Blue C M Y K H S L
Decimal 35 86 181 0.81 0.52 0 0.29 219.04 0.68 0.42
Hex 23 56 B5 51 34 0 1D DB 44 2A
Octal 43 126 265 121 64 0 35 333 104 52
Binary 100011 1010110 10110101 1010001 110100 0 11101 11011011 1000100 101010

Color Harmonies of #2356B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2356B5

Black with #2356B5

Text Example


Text Example

White with #2356B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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