Html Css Color HEX #2348AB Cerulean Blue

📋 copy color: '#2348AB'

red 35 ◦ green 72 ◦ blue 171

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

Shades of Cerulean Blue #2348AB

Tints of Cerulean Blue #2348AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.51%

R = 12.59%
G = 25.9%
B = 61.51%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2348AB (or 0x2348AB) is known color: Cerulean Blue. HEX triplet: 23, 48 and AB. RGB value is (35,72,171). Sum of RGB (Red+Green+Blue) = 35+72+171=278 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.59% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #2348AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2348AB is #DCB754. Grayscale: #474747. Windows color (decimal): -14464853 or 11225123. OLE color: 11225123.

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

Color convert

RGB 35 72 171 -
CMYK 0.80 0.58 0 0.33
HSL 223.68º 0.66% 0.4% -
HSV(B) 223.68º 0.8% 0.67% -
XYZ 10.36 7.93 39.51 -
YUV 72.22 183.74 101.45 -
System Red Green Blue C M Y K H S L
Decimal 35 72 171 0.80 0.58 0 0.33 223.68 0.66 0.4
Hex 23 48 AB 50 3A 0 21 E0 42 28
Octal 43 110 253 120 72 0 41 340 102 50
Binary 100011 1001000 10101011 1010000 111010 0 100001 11100000 1000010 101000

Color Harmonies of #2348AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2348AB

Black with #2348AB

Text Example


Text Example

White with #2348AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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