Html Css Color HEX #3483CF Curious Blue

📋 copy color: '#3483CF'

red 52 ◦ green 131 ◦ blue 207

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

Shades of Curious Blue #3483CF

Tints of Curious Blue #3483CF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.59%

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

R = 13.33%
G = 33.59%
B = 53.08%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3483CF (or 0x3483CF) is known color: Curious Blue. HEX triplet: 34, 83 and CF. RGB value is (52,131,207). Sum of RGB (Red+Green+Blue) = 52+131+207=390 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.33% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #3483CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3483CF is #CB7C30. Grayscale: #737373. Windows color (decimal): -13335601 or 13599540. OLE color: 13599540.

HSL color Cylindrical-coordinate representation of color #3483CF: hue angle of 209.42º 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 #3483CF is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 131 207 -
CMYK 0.75 0.37 0 0.19
HSL 209.42º 0.62% 0.51% -
HSV(B) 209.42º 0.75% 0.81% -
XYZ 20.79 21.47 62.08 -
YUV 116.04 179.33 82.32 -
System Red Green Blue C M Y K H S L
Decimal 52 131 207 0.75 0.37 0 0.19 209.42 0.62 0.51
Hex 34 83 CF 4B 25 0 13 D1 3E 33
Octal 64 203 317 113 45 0 23 321 76 63
Binary 110100 10000011 11001111 1001011 100101 0 10011 11010001 111110 110011

Color Harmonies of #3483CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3483CF

Black with #3483CF

Text Example


Text Example

White with #3483CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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