Html Css Color HEX #438BCD Curious Blue

📋 copy color: '#438BCD'

red 67 ◦ green 139 ◦ blue 205

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

Shades of Curious Blue #438BCD

Tints of Curious Blue #438BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.82%

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

R = 16.3%
G = 33.82%
B = 49.88%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#438BCD (or 0x438BCD) is known color: Curious Blue. HEX triplet: 43, 8B and CD. RGB value is (67,139,205). Sum of RGB (Red+Green+Blue) = 67+139+205=411 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.30% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #438BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438BCD is #BC7432. Grayscale: #7C7C7C. Windows color (decimal): -12350515 or 13470531. OLE color: 13470531.

HSL color Cylindrical-coordinate representation of color #438BCD: hue angle of 208.7º 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 #438BCD is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 67 139 205 -
CMYK 0.67 0.32 0 0.20
HSL 208.7º 0.58% 0.53% -
HSV(B) 208.7º 0.67% 0.8% -
XYZ 22.57 24.07 61.21 -
YUV 125 173.15 86.63 -
System Red Green Blue C M Y K H S L
Decimal 67 139 205 0.67 0.32 0 0.20 208.7 0.58 0.53
Hex 43 8B CD 43 20 0 14 D1 3A 35
Octal 103 213 315 103 40 0 24 321 72 65
Binary 1000011 10001011 11001101 1000011 100000 0 10100 11010001 111010 110101

Color Harmonies of #438BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438BCD

Black with #438BCD

Text Example


Text Example

White with #438BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438BCD; }

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

 H1.HeaderClassName
 {
   color: #438BCD;
 }
 .AnyTagClassName
 {
   color: #438BCD;
 }
</style>

background-color css

<style>
 a { background-color: #438BCD; }

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

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

border-color css

<style>
 span { border-color: #438BCD; }

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

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