#2380BD

Color #2380BD Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #2380BD

Tints of Curious Blue #2380BD

Color information

#2380BD (or 0x2380BD) is unknown color: approx Curious Blue. HEX triplet: 23, 80 and BD. RGB value is (35,128,189). Sum of RGB (Red+Green+Blue) = 35+128+189=352 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.94% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #2380BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2380BD is #DC7F42. Grayscale: #6A6A6A. Windows color (decimal): -14450499 or 12419107. OLE color: 12419107.

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

Color convert

RGB35128189-
CMYK0.810.3200.26
HSL203.77º68.75%43.92%-
HSV(B)203.77º81.48%74.12%-
XYZ17.619.4750.97-
YUV107.15174.1976.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.94%
GREEN value IS 128 (50.39% from 255) = 36.36%
BLUE value IS 189 (74.22% from 255) = 53.69%
R=9.94%
G=36.36%
B=53.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal351281890.810.3200.26203.7768.7543.92
Hex2380BD512001Acc452c
Octal432002751214003231410554
Binary10001110000000101111011010001100000011010110011001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2380BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2380BD;
 }
 .AnyTagClassName
 {
   color: #2380BD;
 }
</style>
background-color css

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

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

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

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

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

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