Html Css Color HEX #3A90CF Curious Blue

📋 copy color: '#3A90CF'

red 58 ◦ green 144 ◦ blue 207

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

Shades of Curious Blue #3A90CF

Tints of Curious Blue #3A90CF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.21%

 BLUE value IS 207 (81.25% from 255) = 50.61%

R = 14.18%
G = 35.21%
B = 50.61%

CMYK

 C value IS 0.72

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A90CF (or 0x3A90CF) is known color: Curious Blue. HEX triplet: 3A, 90 and CF. RGB value is (58,144,207). Sum of RGB (Red+Green+Blue) = 58+144+207=409 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.18% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A90CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A90CF is #C56F30. Grayscale: #7D7D7D. Windows color (decimal): -12939057 or 13602874. OLE color: 13602874.

HSL color Cylindrical-coordinate representation of color #3A90CF: hue angle of 205.37º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A90CF is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 144 207 -
CMYK 0.72 0.30 0 0.19
HSL 205.37º 0.61% 0.52% -
HSV(B) 205.37º 0.72% 0.81% -
XYZ 22.98 25.35 62.71 -
YUV 125.47 174.01 79.88 -
System Red Green Blue C M Y K H S L
Decimal 58 144 207 0.72 0.30 0 0.19 205.37 0.61 0.52
Hex 3A 90 CF 48 1E 0 13 CD 3D 34
Octal 72 220 317 110 36 0 23 315 75 64
Binary 111010 10010000 11001111 1001000 11110 0 10011 11001101 111101 110100

Color Harmonies of #3A90CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A90CF

Black with #3A90CF

Text Example


Text Example

White with #3A90CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,144,207); }

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

background-color css

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

 a { background-color: rgb(58,144,207); }

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

border-color css

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

 span { border-color: rgb(58,144,207); }

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