Html Css Color HEX #2358BA Cerulean Blue

📋 copy color: '#2358BA'

red 35 ◦ green 88 ◦ blue 186

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

Shades of Cerulean Blue #2358BA

Tints of Cerulean Blue #2358BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.48%

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

R = 11.33%
G = 28.48%
B = 60.19%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2358BA (or 0x2358BA) is known color: Cerulean Blue. HEX triplet: 23, 58 and BA. RGB value is (35,88,186). Sum of RGB (Red+Green+Blue) = 35+88+186=309 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.33% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #2358BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2358BA is #DCA745. Grayscale: #525252. Windows color (decimal): -14460742 or 12212259. OLE color: 12212259.

HSL color Cylindrical-coordinate representation of color #2358BA: hue angle of 218.94º 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 #2358BA is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 88 186 -
CMYK 0.81 0.53 0 0.27
HSL 218.94º 0.68% 0.43% -
HSV(B) 218.94º 0.81% 0.73% -
XYZ 13.05 10.88 47.87 -
YUV 83.33 185.94 93.53 -
System Red Green Blue C M Y K H S L
Decimal 35 88 186 0.81 0.53 0 0.27 218.94 0.68 0.43
Hex 23 58 BA 51 35 0 1B DB 44 2B
Octal 43 130 272 121 65 0 33 333 104 53
Binary 100011 1011000 10111010 1010001 110101 0 11011 11011011 1000100 101011

Color Harmonies of #2358BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2358BA

Black with #2358BA

Text Example


Text Example

White with #2358BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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