Html Css Color HEX #2351BA Cerulean Blue

📋 copy color: '#2351BA'

red 35 ◦ green 81 ◦ blue 186

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

Shades of Cerulean Blue #2351BA

Tints of Cerulean Blue #2351BA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.82%

 BLUE value IS 186 (73.05% from 255) = 61.59%

R = 11.59%
G = 26.82%
B = 61.59%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2351BA (or 0x2351BA) is known color: Cerulean Blue. HEX triplet: 23, 51 and BA. RGB value is (35,81,186). Sum of RGB (Red+Green+Blue) = 35+81+186=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 186 (73.05% from 255 or 61.59% from 302); Max value from RGB is 186 - color contains mainly: blue. Hex color #2351BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2351BA is #DCAE45. Grayscale: #4E4E4E. Windows color (decimal): -14462534 or 12210467. OLE color: 12210467.

HSL color Cylindrical-coordinate representation of color #2351BA: hue angle of 221.72º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2351BA is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 81 186 -
CMYK 0.81 0.56 0 0.27
HSL 221.72º 0.68% 0.43% -
HSV(B) 221.72º 0.81% 0.73% -
XYZ 12.5 9.79 47.68 -
YUV 79.22 188.26 96.46 -
System Red Green Blue C M Y K H S L
Decimal 35 81 186 0.81 0.56 0 0.27 221.72 0.68 0.43
Hex 23 51 BA 51 38 0 1B DE 44 2B
Octal 43 121 272 121 70 0 33 336 104 53
Binary 100011 1010001 10111010 1010001 111000 0 11011 11011110 1000100 101011

Color Harmonies of #2351BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2351BA

Black with #2351BA

Text Example


Text Example

White with #2351BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2351BA; }

 p { color: rgb(35,81,186); }

 H1.HeaderClassName
 {
   color: #2351BA;
 }
 .AnyTagClassName
 {
   color: #2351BA;
 }
</style>

background-color css

<style>
 a { background-color: #2351BA; }

 a { background-color: rgb(35,81,186); }

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

border-color css

<style>
 span { border-color: #2351BA; }

 span { border-color: rgb(35,81,186); }

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