Html Css Color HEX #438CBD Curious Blue

📋 copy color: '#438CBD'

red 67 ◦ green 140 ◦ blue 189

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

Shades of Curious Blue #438CBD

Tints of Curious Blue #438CBD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.35%

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 16.92%
G = 35.35%
B = 47.73%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#438CBD (or 0x438CBD) is known color: Curious Blue. HEX triplet: 43, 8C and BD. RGB value is (67,140,189). Sum of RGB (Red+Green+Blue) = 67+140+189=396 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.92% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #438CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #438CBD is #BC7342. Grayscale: #7B7B7B. Windows color (decimal): -12350275 or 12422211. OLE color: 12422211.

HSL color Cylindrical-coordinate representation of color #438CBD: hue angle of 204.1º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #438CBD is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 67 140 189 -
CMYK 0.65 0.26 0 0.26
HSL 204.1º 0.48% 0.5% -
HSV(B) 204.1º 0.65% 0.74% -
XYZ 20.88 23.62 51.6 -
YUV 123.76 164.82 87.52 -
System Red Green Blue C M Y K H S L
Decimal 67 140 189 0.65 0.26 0 0.26 204.1 0.48 0.5
Hex 43 8C BD 41 1A 0 1A CC 30 32
Octal 103 214 275 101 32 0 32 314 60 62
Binary 1000011 10001100 10111101 1000001 11010 0 11010 11001100 110000 110010

Color Harmonies of #438CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438CBD

Black with #438CBD

Text Example


Text Example

White with #438CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,140,189); }

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

background-color css

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

 a { background-color: rgb(67,140,189); }

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

border-color css

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

 span { border-color: rgb(67,140,189); }

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