Html Css Color HEX #2348BD Cerulean Blue

📋 copy color: '#2348BD'

red 35 ◦ green 72 ◦ blue 189

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

Shades of Cerulean Blue #2348BD

Tints of Cerulean Blue #2348BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.85%

R = 11.82%
G = 24.32%
B = 63.85%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2348BD (or 0x2348BD) is known color: Cerulean Blue. HEX triplet: 23, 48 and BD. RGB value is (35,72,189). Sum of RGB (Red+Green+Blue) = 35+72+189=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #2348BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2348BD is #DCB742. Grayscale: #494949. Windows color (decimal): -14464835 or 12404771. OLE color: 12404771.

HSL color Cylindrical-coordinate representation of color #2348BD: hue angle of 225.58º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2348BD is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 72 189 -
CMYK 0.81 0.62 0 0.26
HSL 225.58º 0.69% 0.44% -
HSV(B) 225.58º 0.81% 0.74% -
XYZ 12.2 8.67 49.17 -
YUV 74.28 192.74 99.99 -
System Red Green Blue C M Y K H S L
Decimal 35 72 189 0.81 0.62 0 0.26 225.58 0.69 0.44
Hex 23 48 BD 51 3E 0 1A E2 45 2C
Octal 43 110 275 121 76 0 32 342 105 54
Binary 100011 1001000 10111101 1010001 111110 0 11010 11100010 1000101 101100

Color Harmonies of #2348BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2348BD

Black with #2348BD

Text Example


Text Example

White with #2348BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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