Html Css Color HEX #4385CD Curious Blue

📋 copy color: '#4385CD'

red 67 ◦ green 133 ◦ blue 205

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

Shades of Curious Blue #4385CD

Tints of Curious Blue #4385CD

RGB

 RED value IS 67 (26.56% from 255) = 16.54%

 GREEN value IS 133 (52.34% from 255) = 32.84%

 BLUE value IS 205 (80.47% from 255) = 50.62%

R = 16.54%
G = 32.84%
B = 50.62%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4385CD (or 0x4385CD) is known color: Curious Blue. HEX triplet: 43, 85 and CD. RGB value is (67,133,205). Sum of RGB (Red+Green+Blue) = 67+133+205=405 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.54% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #4385CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4385CD is #BC7A32. Grayscale: #797979. Windows color (decimal): -12352051 or 13468995. OLE color: 13468995.

HSL color Cylindrical-coordinate representation of color #4385CD: hue angle of 211.3º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4385CD is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 133 205 -
CMYK 0.67 0.35 0 0.20
HSL 211.3º 0.58% 0.53% -
HSV(B) 211.3º 0.67% 0.8% -
XYZ 21.72 22.38 60.93 -
YUV 121.47 175.13 89.15 -
System Red Green Blue C M Y K H S L
Decimal 67 133 205 0.67 0.35 0 0.20 211.3 0.58 0.53
Hex 43 85 CD 43 23 0 14 D3 3A 35
Octal 103 205 315 103 43 0 24 323 72 65
Binary 1000011 10000101 11001101 1000011 100011 0 10100 11010011 111010 110101

Color Harmonies of #4385CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4385CD

Black with #4385CD

Text Example


Text Example

White with #4385CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4385CD; }

 p { color: rgb(67,133,205); }

 H1.HeaderClassName
 {
   color: #4385CD;
 }
 .AnyTagClassName
 {
   color: #4385CD;
 }
</style>

background-color css

<style>
 a { background-color: #4385CD; }

 a { background-color: rgb(67,133,205); }

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

border-color css

<style>
 span { border-color: #4385CD; }

 span { border-color: rgb(67,133,205); }

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