Html Css Color HEX #2348AD Cerulean Blue

📋 copy color: '#2348AD'

red 35 ◦ green 72 ◦ blue 173

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

Shades of Cerulean Blue #2348AD

Tints of Cerulean Blue #2348AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

 BLUE value IS 173 (67.97% from 255) = 61.79%

R = 12.5%
G = 25.71%
B = 61.79%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2348AD (or 0x2348AD) is known color: Cerulean Blue. HEX triplet: 23, 48 and AD. RGB value is (35,72,173). Sum of RGB (Red+Green+Blue) = 35+72+173=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #2348AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2348AD is #DCB752. Grayscale: #484848. Windows color (decimal): -14464851 or 11356195. OLE color: 11356195.

HSL color Cylindrical-coordinate representation of color #2348AD: hue angle of 223.91º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2348AD is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 72 173 -
CMYK 0.80 0.58 0 0.32
HSL 223.91º 0.66% 0.41% -
HSV(B) 223.91º 0.8% 0.68% -
XYZ 10.55 8.01 40.52 -
YUV 72.45 184.74 101.29 -
System Red Green Blue C M Y K H S L
Decimal 35 72 173 0.80 0.58 0 0.32 223.91 0.66 0.41
Hex 23 48 AD 50 3A 0 20 E0 42 29
Octal 43 110 255 120 72 0 40 340 102 51
Binary 100011 1001000 10101101 1010000 111010 0 100000 11100000 1000010 101001

Color Harmonies of #2348AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2348AD

Black with #2348AD

Text Example


Text Example

White with #2348AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2348AD; }

 p { color: rgb(35,72,173); }

 H1.HeaderClassName
 {
   color: #2348AD;
 }
 .AnyTagClassName
 {
   color: #2348AD;
 }
</style>

background-color css

<style>
 a { background-color: #2348AD; }

 a { background-color: rgb(35,72,173); }

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

border-color css

<style>
 span { border-color: #2348AD; }

 span { border-color: rgb(35,72,173); }

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