#257BCC

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

Shades of Curious Blue #257BCC

Tints of Curious Blue #257BCC

Color information

#257BCC (or 0x257BCC) is unknown color: approx Curious Blue. HEX triplet: 25, 7B and CC. RGB value is (37,123,204). Sum of RGB (Red+Green+Blue) = 37+123+204=364 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.16% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #257BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BCC is #DA8433. Grayscale: #6A6A6A. Windows color (decimal): -14320692 or 13400869. OLE color: 13400869.

HSL color Cylindrical-coordinate representation of color #257BCC: hue angle of 209.1º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #257BCC is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB37123204-
CMYK0.820.4000.2
HSL209.1º69.29%47.25%-
HSV(B)209.1º81.86%80%-
XYZ18.7418.9259.79-
YUV106.52183.0178.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.16%
GREEN value IS 123 (48.44% from 255) = 33.79%
BLUE value IS 204 (80.08% from 255) = 56.04%
R=10.16%
G=33.79%
B=56.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal371232040.820.4000.2209.169.2947.25
Hex257BCC5228014d1452f
Octal451733141225002432110557
Binary1001011111011110011001010010101000010100110100011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257BCC; }

 p { color: rgb(37,123,204); }

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

<style>
 a { background-color: #257BCC; }

 a { background-color: rgb(37,123,204); }

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

<style>
 span { border-color: #257BCC; }

 span { border-color: rgb(37,123,204); }

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