Html Css Color HEX #3A77CA Curious Blue

📋 copy color: '#3A77CA'

red 58 ◦ green 119 ◦ blue 202

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

Shades of Curious Blue #3A77CA

Tints of Curious Blue #3A77CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

 BLUE value IS 202 (79.3% from 255) = 53.3%

R = 15.3%
G = 31.4%
B = 53.3%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3A77CA (or 0x3A77CA) is known color: Curious Blue. HEX triplet: 3A, 77 and CA. RGB value is (58,119,202). Sum of RGB (Red+Green+Blue) = 58+119+202=379 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.30% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A77CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A77CA is #C58835. Grayscale: #6D6D6D. Windows color (decimal): -12945462 or 13268794. OLE color: 13268794.

HSL color Cylindrical-coordinate representation of color #3A77CA: hue angle of 214.58º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A77CA is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 119 202 -
CMYK 0.71 0.41 0 0.21
HSL 214.58º 0.58% 0.51% -
HSV(B) 214.58º 0.71% 0.79% -
XYZ 19 18.36 58.42 -
YUV 110.22 179.79 90.75 -
System Red Green Blue C M Y K H S L
Decimal 58 119 202 0.71 0.41 0 0.21 214.58 0.58 0.51
Hex 3A 77 CA 47 29 0 15 D7 3A 33
Octal 72 167 312 107 51 0 25 327 72 63
Binary 111010 1110111 11001010 1000111 101001 0 10101 11010111 111010 110011

Color Harmonies of #3A77CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A77CA

Black with #3A77CA

Text Example


Text Example

White with #3A77CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,119,202); }

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

background-color css

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

 a { background-color: rgb(58,119,202); }

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

border-color css

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

 span { border-color: rgb(58,119,202); }

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