Html Css Color HEX #3384AF Curious Blue

📋 copy color: '#3384AF'

red 51 ◦ green 132 ◦ blue 175

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

Shades of Curious Blue #3384AF

Tints of Curious Blue #3384AF

RGB

 RED value IS 51 (20.31% from 255) = 14.25%

 GREEN value IS 132 (51.95% from 255) = 36.87%

 BLUE value IS 175 (68.75% from 255) = 48.88%

R = 14.25%
G = 36.87%
B = 48.88%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3384AF (or 0x3384AF) is known color: Curious Blue. HEX triplet: 33, 84 and AF. RGB value is (51,132,175). Sum of RGB (Red+Green+Blue) = 51+132+175=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #3384AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3384AF is #CC7B50. Grayscale: #707070. Windows color (decimal): -13400913 or 11502643. OLE color: 11502643.

HSL color Cylindrical-coordinate representation of color #3384AF: hue angle of 200.81º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3384AF is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 132 175 -
CMYK 0.71 0.25 0 0.31
HSL 200.81º 0.55% 0.44% -
HSV(B) 200.81º 0.71% 0.69% -
XYZ 17.35 20.3 43.56 -
YUV 112.68 163.16 84 -
System Red Green Blue C M Y K H S L
Decimal 51 132 175 0.71 0.25 0 0.31 200.81 0.55 0.44
Hex 33 84 AF 47 19 0 1F C9 37 2C
Octal 63 204 257 107 31 0 37 311 67 54
Binary 110011 10000100 10101111 1000111 11001 0 11111 11001001 110111 101100

Color Harmonies of #3384AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3384AF

Black with #3384AF

Text Example


Text Example

White with #3384AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3384AF; }

 p { color: rgb(51,132,175); }

 H1.HeaderClassName
 {
   color: #3384AF;
 }
 .AnyTagClassName
 {
   color: #3384AF;
 }
</style>

background-color css

<style>
 a { background-color: #3384AF; }

 a { background-color: rgb(51,132,175); }

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

border-color css

<style>
 span { border-color: #3384AF; }

 span { border-color: rgb(51,132,175); }

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