Html Css Color HEX #2347BD Cerulean Blue

📋 copy color: '#2347BD'

red 35 ◦ green 71 ◦ blue 189

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

Shades of Cerulean Blue #2347BD

Tints of Cerulean Blue #2347BD

RGB

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

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

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

R = 11.86%
G = 24.07%
B = 64.07%

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

#2347BD (or 0x2347BD) is known color: Cerulean Blue. HEX triplet: 23, 47 and BD. RGB value is (35,71,189). Sum of RGB (Red+Green+Blue) = 35+71+189=295 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.86% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #2347BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2347BD is #DCB842. Grayscale: #494949. Windows color (decimal): -14465091 or 12404515. OLE color: 12404515.

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

Color convert

RGB 35 71 189 -
CMYK 0.81 0.62 0 0.26
HSL 225.97º 0.69% 0.44% -
HSV(B) 225.97º 0.81% 0.74% -
XYZ 12.13 8.54 49.15 -
YUV 73.69 193.07 100.41 -
System Red Green Blue C M Y K H S L
Decimal 35 71 189 0.81 0.62 0 0.26 225.97 0.69 0.44
Hex 23 47 BD 51 3E 0 1A E2 45 2C
Octal 43 107 275 121 76 0 32 342 105 54
Binary 100011 1000111 10111101 1010001 111110 0 11010 11100010 1000101 101100

Color Harmonies of #2347BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2347BD

Black with #2347BD

Text Example


Text Example

White with #2347BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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