Html Css Color HEX #2389CC Curious Blue

📋 copy color: '#2389CC'

red 35 ◦ green 137 ◦ blue 204

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

Shades of Curious Blue #2389CC

Tints of Curious Blue #2389CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.44%

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 9.31%
G = 36.44%
B = 54.26%

CMYK

 C value IS 0.83

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2389CC (or 0x2389CC) is known color: Curious Blue. HEX triplet: 23, 89 and CC. RGB value is (35,137,204). Sum of RGB (Red+Green+Blue) = 35+137+204=376 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.31% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #2389CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2389CC is #DC7633. Grayscale: #717171. Windows color (decimal): -14448180 or 13404451. OLE color: 13404451.

HSL color Cylindrical-coordinate representation of color #2389CC: hue angle of 203.79º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2389CC is Cyan = 0.83, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 35 137 204 -
CMYK 0.83 0.33 0 0.2
HSL 203.79º 0.71% 0.47% -
HSV(B) 203.79º 0.83% 0.8% -
XYZ 20.54 22.61 60.41 -
YUV 114.14 178.71 71.55 -
System Red Green Blue C M Y K H S L
Decimal 35 137 204 0.83 0.33 0 0.2 203.79 0.71 0.47
Hex 23 89 CC 53 21 0 14 CC 47 2F
Octal 43 211 314 123 41 0 24 314 107 57
Binary 100011 10001001 11001100 1010011 100001 0 10100 11001100 1000111 101111

Color Harmonies of #2389CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2389CC

Black with #2389CC

Text Example


Text Example

White with #2389CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2389CC; }

 p { color: rgb(35,137,204); }

 H1.HeaderClassName
 {
   color: #2389CC;
 }
 .AnyTagClassName
 {
   color: #2389CC;
 }
</style>

background-color css

<style>
 a { background-color: #2389CC; }

 a { background-color: rgb(35,137,204); }

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

border-color css

<style>
 span { border-color: #2389CC; }

 span { border-color: rgb(35,137,204); }

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