Html Css Color HEX #2350B4 Cerulean Blue

📋 copy color: '#2350B4'

red 35 ◦ green 80 ◦ blue 180

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

Shades of Cerulean Blue #2350B4

Tints of Cerulean Blue #2350B4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.12%

 BLUE value IS 180 (70.7% from 255) = 61.02%

R = 11.86%
G = 27.12%
B = 61.02%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2350B4 (or 0x2350B4) is known color: Cerulean Blue. HEX triplet: 23, 50 and B4. RGB value is (35,80,180). Sum of RGB (Red+Green+Blue) = 35+80+180=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #2350B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2350B4 is #DCAF4B. Grayscale: #4D4D4D. Windows color (decimal): -14462796 or 11816995. OLE color: 11816995.

HSL color Cylindrical-coordinate representation of color #2350B4: hue angle of 221.38º degrees, saturation: 0.67, 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 #2350B4 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 35 80 180 -
CMYK 0.81 0.56 0 0.29
HSL 221.38º 0.67% 0.42% -
HSV(B) 221.38º 0.81% 0.71% -
XYZ 11.8 9.39 44.37 -
YUV 77.95 185.59 97.37 -
System Red Green Blue C M Y K H S L
Decimal 35 80 180 0.81 0.56 0 0.29 221.38 0.67 0.42
Hex 23 50 B4 51 38 0 1D DD 43 2A
Octal 43 120 264 121 70 0 35 335 103 52
Binary 100011 1010000 10110100 1010001 111000 0 11101 11011101 1000011 101010

Color Harmonies of #2350B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2350B4

Black with #2350B4

Text Example


Text Example

White with #2350B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2350B4; }

 p { color: rgb(35,80,180); }

 H1.HeaderClassName
 {
   color: #2350B4;
 }
 .AnyTagClassName
 {
   color: #2350B4;
 }
</style>

background-color css

<style>
 a { background-color: #2350B4; }

 a { background-color: rgb(35,80,180); }

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

border-color css

<style>
 span { border-color: #2350B4; }

 span { border-color: rgb(35,80,180); }

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