Html Css Color HEX #3489CF Curious Blue

📋 copy color: '#3489CF'

red 52 ◦ green 137 ◦ blue 207

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

Shades of Curious Blue #3489CF

Tints of Curious Blue #3489CF

RGB

 RED value IS 52 (20.7% from 255) = 13.13%

 GREEN value IS 137 (53.91% from 255) = 34.6%

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

R = 13.13%
G = 34.6%
B = 52.27%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3489CF (or 0x3489CF) is known color: Curious Blue. HEX triplet: 34, 89 and CF. RGB value is (52,137,207). Sum of RGB (Red+Green+Blue) = 52+137+207=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #3489CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3489CF is #CB7630. Grayscale: #777777. Windows color (decimal): -13334065 or 13601076. OLE color: 13601076.

HSL color Cylindrical-coordinate representation of color #3489CF: hue angle of 207.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3489CF is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 137 207 -
CMYK 0.75 0.34 0 0.19
HSL 207.1º 0.62% 0.51% -
HSV(B) 207.1º 0.75% 0.81% -
XYZ 21.62 23.13 62.36 -
YUV 119.57 177.34 79.81 -
System Red Green Blue C M Y K H S L
Decimal 52 137 207 0.75 0.34 0 0.19 207.1 0.62 0.51
Hex 34 89 CF 4B 22 0 13 CF 3E 33
Octal 64 211 317 113 42 0 23 317 76 63
Binary 110100 10001001 11001111 1001011 100010 0 10011 11001111 111110 110011

Color Harmonies of #3489CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3489CF

Black with #3489CF

Text Example


Text Example

White with #3489CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3489CF; }

 p { color: rgb(52,137,207); }

 H1.HeaderClassName
 {
   color: #3489CF;
 }
 .AnyTagClassName
 {
   color: #3489CF;
 }
</style>

background-color css

<style>
 a { background-color: #3489CF; }

 a { background-color: rgb(52,137,207); }

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

border-color css

<style>
 span { border-color: #3489CF; }

 span { border-color: rgb(52,137,207); }

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