Html Css Color HEX #2348BC Cerulean Blue

📋 copy color: '#2348BC'

red 35 ◦ green 72 ◦ blue 188

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

Shades of Cerulean Blue #2348BC

Tints of Cerulean Blue #2348BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.73%

R = 11.86%
G = 24.41%
B = 63.73%

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

#2348BC (or 0x2348BC) is known color: Cerulean Blue. HEX triplet: 23, 48 and BC. RGB value is (35,72,188). Sum of RGB (Red+Green+Blue) = 35+72+188=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #2348BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2348BC is #DCB743. Grayscale: #494949. Windows color (decimal): -14464836 or 12339235. OLE color: 12339235.

HSL color Cylindrical-coordinate representation of color #2348BC: hue angle of 225.49º 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 #2348BC is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 72 188 -
CMYK 0.81 0.62 0 0.26
HSL 225.49º 0.69% 0.44% -
HSV(B) 225.49º 0.81% 0.74% -
XYZ 12.09 8.62 48.6 -
YUV 74.16 192.24 100.07 -
System Red Green Blue C M Y K H S L
Decimal 35 72 188 0.81 0.62 0 0.26 225.49 0.69 0.44
Hex 23 48 BC 51 3E 0 1A E1 45 2C
Octal 43 110 274 121 76 0 32 341 105 54
Binary 100011 1001000 10111100 1010001 111110 0 11010 11100001 1000101 101100

Color Harmonies of #2348BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2348BC

Black with #2348BC

Text Example


Text Example

White with #2348BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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