Html Css Color HEX #3A7BCC Curious Blue

📋 copy color: '#3A7BCC'

red 58 ◦ green 123 ◦ blue 204

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

Shades of Curious Blue #3A7BCC

Tints of Curious Blue #3A7BCC

RGB

 RED value IS 58 (23.05% from 255) = 15.06%

 GREEN value IS 123 (48.44% from 255) = 31.95%

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

R = 15.06%
G = 31.95%
B = 52.99%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3A7BCC (or 0x3A7BCC) is known color: Curious Blue. HEX triplet: 3A, 7B and CC. RGB value is (58,123,204). Sum of RGB (Red+Green+Blue) = 58+123+204=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A7BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7BCC is #C58433. Grayscale: #707070. Windows color (decimal): -12944436 or 13400890. OLE color: 13400890.

HSL color Cylindrical-coordinate representation of color #3A7BCC: hue angle of 213.29º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A7BCC is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 123 204 -
CMYK 0.72 0.40 0 0.2
HSL 213.29º 0.59% 0.51% -
HSV(B) 213.29º 0.72% 0.8% -
XYZ 19.73 19.43 59.84 -
YUV 112.8 179.47 88.91 -
System Red Green Blue C M Y K H S L
Decimal 58 123 204 0.72 0.40 0 0.2 213.29 0.59 0.51
Hex 3A 7B CC 48 28 0 14 D5 3B 33
Octal 72 173 314 110 50 0 24 325 73 63
Binary 111010 1111011 11001100 1001000 101000 0 10100 11010101 111011 110011

Color Harmonies of #3A7BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7BCC

Black with #3A7BCC

Text Example


Text Example

White with #3A7BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A7BCC; }

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

 H1.HeaderClassName
 {
   color: #3A7BCC;
 }
 .AnyTagClassName
 {
   color: #3A7BCC;
 }
</style>

background-color css

<style>
 a { background-color: #3A7BCC; }

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

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

border-color css

<style>
 span { border-color: #3A7BCC; }

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

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