Html Css Color HEX #3390CF Curious Blue

📋 copy color: '#3390CF'

red 51 ◦ green 144 ◦ blue 207

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

Shades of Curious Blue #3390CF

Tints of Curious Blue #3390CF

RGB

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

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

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

R = 12.69%
G = 35.82%
B = 51.49%

CMYK

 C value IS 0.75

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3390CF (or 0x3390CF) is known color: Curious Blue. HEX triplet: 33, 90 and CF. RGB value is (51,144,207). Sum of RGB (Red+Green+Blue) = 51+144+207=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #3390CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3390CF is #CC6F30. Grayscale: #7B7B7B. Windows color (decimal): -13397809 or 13602867. OLE color: 13602867.

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

Color convert

RGB 51 144 207 -
CMYK 0.75 0.30 0 0.19
HSL 204.23º 0.62% 0.51% -
HSV(B) 204.23º 0.75% 0.81% -
XYZ 22.6 25.16 62.7 -
YUV 123.38 175.19 76.38 -
System Red Green Blue C M Y K H S L
Decimal 51 144 207 0.75 0.30 0 0.19 204.23 0.62 0.51
Hex 33 90 CF 4B 1E 0 13 CC 3E 33
Octal 63 220 317 113 36 0 23 314 76 63
Binary 110011 10010000 11001111 1001011 11110 0 10011 11001100 111110 110011

Color Harmonies of #3390CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3390CF

Black with #3390CF

Text Example


Text Example

White with #3390CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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