Html Css Color HEX #2379BC Curious Blue

📋 copy color: '#2379BC'

red 35 ◦ green 121 ◦ blue 188

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

Shades of Curious Blue #2379BC

Tints of Curious Blue #2379BC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.17%

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

R = 10.17%
G = 35.17%
B = 54.65%

CMYK

 C value IS 0.81

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2379BC (or 0x2379BC) is known color: Curious Blue. HEX triplet: 23, 79 and BC. RGB value is (35,121,188). Sum of RGB (Red+Green+Blue) = 35+121+188=344 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.17% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #2379BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2379BC is #DC8643. Grayscale: #666666. Windows color (decimal): -14452292 or 12351779. OLE color: 12351779.

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

Color convert

RGB 35 121 188 -
CMYK 0.81 0.36 0 0.26
HSL 206.27º 0.69% 0.44% -
HSV(B) 206.27º 0.81% 0.74% -
XYZ 16.61 17.66 50.11 -
YUV 102.92 176.01 79.55 -
System Red Green Blue C M Y K H S L
Decimal 35 121 188 0.81 0.36 0 0.26 206.27 0.69 0.44
Hex 23 79 BC 51 24 0 1A CE 45 2C
Octal 43 171 274 121 44 0 32 316 105 54
Binary 100011 1111001 10111100 1010001 100100 0 11010 11001110 1000101 101100

Color Harmonies of #2379BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2379BC

Black with #2379BC

Text Example


Text Example

White with #2379BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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