Html Css Color HEX #2347BC Cerulean Blue

📋 copy color: '#2347BC'

red 35 ◦ green 71 ◦ blue 188

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

Shades of Cerulean Blue #2347BC

Tints of Cerulean Blue #2347BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.15%

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

R = 11.9%
G = 24.15%
B = 63.95%

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

#2347BC (or 0x2347BC) is known color: Cerulean Blue. HEX triplet: 23, 47 and BC. RGB value is (35,71,188). Sum of RGB (Red+Green+Blue) = 35+71+188=294 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.90% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #2347BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2347BC is #DCB843. Grayscale: #494949. Windows color (decimal): -14465092 or 12338979. OLE color: 12338979.

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

Color convert

RGB 35 71 188 -
CMYK 0.81 0.62 0 0.26
HSL 225.88º 0.69% 0.44% -
HSV(B) 225.88º 0.81% 0.74% -
XYZ 12.02 8.49 48.58 -
YUV 73.57 192.57 100.49 -
System Red Green Blue C M Y K H S L
Decimal 35 71 188 0.81 0.62 0 0.26 225.88 0.69 0.44
Hex 23 47 BC 51 3E 0 1A E2 45 2C
Octal 43 107 274 121 76 0 32 342 105 54
Binary 100011 1000111 10111100 1010001 111110 0 11010 11100010 1000101 101100

Color Harmonies of #2347BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2347BC

Black with #2347BC

Text Example


Text Example

White with #2347BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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